Skip to content

Commit

Permalink
Add CFFI to basic image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jan 12, 2024
1 parent 47842eb commit 0e3a804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.11-basic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV PIP_NO_COMPILE=1 \

RUN chmod +x /bin/clean \
&& mkdir "$PIP_CACHE_DIR" && chmod a+rwx "$PIP_CACHE_DIR" \
&& apk add python3 python3-dev py3-wheel py3-setuptools py3-pip libffi-dev libpq-dev openssl-dev \
&& apk add python3 python3-dev py3-wheel py3-setuptools py3-pip py3-cffi libffi-dev libpq-dev openssl-dev \
&& apk add -u openssl ca-certificates \
&& addgroup -g 10001 user \
&& adduser -u 10000 -S -s /bin/sh -G user user \
Expand Down

0 comments on commit 0e3a804

Please sign in to comment.