Skip to content

Commit

Permalink
Don't install build libraries
Browse files Browse the repository at this point in the history
pip pulls down pre-compiled versions of all the required packages, so we don't need to build anything locally.
  • Loading branch information
NotActuallyTerry committed Aug 14, 2024
1 parent c0d6bf0 commit 117b405
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ ARG TZ='UTC'

ENV DEFAULT_TZ=${TZ}

RUN apk add --no-cache \
libxml2-dev \
libxslt-dev \
python3-dev \
make \
gcc \
libffi-dev \
build-base \
openssl-dev \
cargo \
tzdata

# Fix the warning where no timezone is specified
RUN cp /usr/share/zoneinfo/${DEFAULT_TZ} /etc/localtime

Expand Down

0 comments on commit 117b405

Please sign in to comment.