Skip to content

Commit

Permalink
Add missing deps and update
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 6, 2025
1 parent d630a8c commit 810ed01
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ LABEL maintainer="Miguel Caballer <[email protected]>"
LABEL description="Container image to build faas-supervisor in alpine"
RUN apk add --no-cache \
build-base \
libffi \
libffi-dev \
zlib-dev \
zlib \
bzip2-dev \
bzip2 \
readline-dev \
readline \
ncurses-dev \
ncurses \
sqlite-dev \
sqlite-libs \
tk-dev \
tk \
libssl1.1 \
openssl-dev \
musl-dev \
Expand Down Expand Up @@ -60,8 +67,8 @@ RUN apk add --no-cache --virtual .build-deps gcc musl-dev \
RUN pip3 --no-cache-dir install awslambdaric==2.0.12
RUN pip3 --no-cache-dir install boto3==1.20.38 \
webdavclient3==3.14.6 \
requests==2.27.1 \
requests==2.32.3 \
setuptools>=40.8.0 \
wheel==0.37.1 \
pyyaml==6.0.1 \
rucio-clients==1.31.7
rucio-clients==36.2.0

0 comments on commit 810ed01

Please sign in to comment.