Skip to content

Commit

Permalink
Remove system packages that are no longer needed
Browse files Browse the repository at this point in the history
Now that we are using the `py3-lxml` system package we do not need the
tooling to build a wheel for the `lxml` package on platforms that do
not have a wheeel available from PyPI.
  • Loading branch information
mcdonnnj committed Jan 13, 2025
1 parent 1a6a8cb commit e364bf9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ ENV PYTHON_SETUPTOOLS_VERSION=69.2.0
ENV PYTHON_WHEEL_VERSION=0.43.0

RUN apk --no-cache add \
gcc=13.2.1_git20231014-r0 \
libc-dev=0.7.2-r5 \
libxml2-dev=2.11.8-r0 \
libxslt-dev=1.1.39-r0 \
py3-lxml=4.9.3-r1 \
py3-pip=23.3.1-r0 \
py3-setuptools=70.3.0-r0 \
Expand Down Expand Up @@ -98,8 +94,6 @@ ENV VIRTUAL_ENV="${CISA_HOME}/.venv"
RUN apk --no-cache add \
ca-certificates=20241121-r1 \
chromium=124.0.6367.78-r0 \
libxml2=2.11.8-r0 \
libxslt=1.1.39-r0 \
py3-lxml=4.9.3-r1

# Create unprivileged user
Expand Down

0 comments on commit e364bf9

Please sign in to comment.