Skip to content

Commit

Permalink
chore: remove duplicate apt dependencies from Dockerfile (#32982)
Browse files Browse the repository at this point in the history
The following dependencies were duplicated in the same command:
 - libxml2-dev
 - libxmlsec1-dev
 - libxslt1-dev

This contribution is part of the [FC-0012 project](https://openedx.atlassian.net/l/cp/XGS0iCcQ) which is sparked by the [Translation Infrastructure update OEP-58](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0058-arch-translations-management.html#specification).
  • Loading branch information
OmarIthawi authored Sep 11, 2023
1 parent ca9b008 commit 3aa1fdd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ RUN apt-get update && \
apt-get -y install --no-install-recommends \
curl \
libssl-dev \
libxml2-dev \
libxmlsec1-dev \
libxslt1-dev \
libffi-dev \
libfreetype6-dev \
libgeos-dev \
Expand Down

0 comments on commit 3aa1fdd

Please sign in to comment.