Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnDamerell committed Jun 28, 2024
1 parent a66ec73 commit a9c4013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ENV DATA_DIR=/data/

# Install the required packages.
# Any packages here should be mirrored in the install script - and any optaionl pillow packages done inline.
# GCC, python3-dev, and musl-dev are required for pillow, and jpeg-dev and zlib-dev are required for jpeg support. libffi-dev, rust, and cargo are requried to build the PY cryptography lib.
RUN apk add --no-cache curl ffmpeg jq python3 python3-dev gcc musl-dev py3-pip py3-virtualenv jpeg-dev libjpeg-turbo-dev zlib-dev py3-pillow libffi-dev rust cargo
# GCC, python3-dev, and musl-dev are required for pillow, and jpeg-dev and zlib-dev are required for jpeg support. libffi-dev, rust, cargo, pkg-config libssl-dev are requried to build the PY cryptography lib.
RUN apk add --no-cache curl ffmpeg jq python3 python3-dev gcc musl-dev py3-pip py3-virtualenv jpeg-dev libjpeg-turbo-dev zlib-dev py3-pillow libffi-dev rust cargo pkg-config libssl-dev

#
# We decided to not run the installer, since the point of the installer is to setup the env, build the launch args, and setup the serivce.
Expand Down

0 comments on commit a9c4013

Please sign in to comment.