Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Masaru Hoshi <masaru.hoshi@qlik.com>
  • Loading branch information
masaruhoshi committed Jan 11, 2024
1 parent cb2b6cb commit a3fdba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions tiny-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ RUN apk add --no-cache \
openssh \
github-cli

ENV GLIBC=2.34-r0
ENV GLIBC=2.35-r1

RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub

COPY awscli-requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
RUN pip3 install -r requirements.txt --break-system-packages
RUN rm -rf requirements.txt ~/.cache

RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/$GLIBC/glibc-$GLIBC.apk \
Expand Down Expand Up @@ -78,4 +78,4 @@ COPY --from=google-cloud-sdk /google-cloud-sdk/platform/ /usr/local/platform/
COPY --from=google-cloud-sdk /google-cloud-sdk/.install/ /usr/local/.install/
COPY --from=conftest /usr/local/bin/conftest /usr/local/bin/conftest

COPY --from=packages / /
COPY --from=packages / /
12 changes: 6 additions & 6 deletions tiny-build/awscli-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
awscli==1.32.13
botocore==1.34.13
colorama==0.4.6
docutils==0.20.1
awscli==1.32.16
botocore==1.34.16
colorama==0.4.4
docutils==0.16
jmespath==1.0.1
pyasn1==1.6.2
pyasn1==0.5.1
python-dateutil==2.8.2
PyYAML==6.0.1
rsa==4.7.2
s3transfer==0.10.0
six==1.16.0
urllib3==2.1.0
urllib3==2.0.7
yamllint==1.33.0
requests==2.31.0

0 comments on commit a3fdba8

Please sign in to comment.