Skip to content

Commit

Permalink
fix: force-update libexpat (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Feb 12, 2024
1 parent de12c9a commit ee7726c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.2.0}"

RUN apk --update add --virtual .build-deps python3-dev libffi-dev build-base && \
apk add --no-cache bash git curl rsync openssh-client sshpass && \
apk upgrade --no-cache libcrypto3 libssl3 && \
apk upgrade --no-cache libcrypto3 libssl3 libexpat && \
pip install -qq --no-cache-dir --upgrade pip && \
pip install -qq --no-cache-dir ansible=="${ANSIBLE_VERSION}" \
boto3 hcloud pywinrm passlib jsonschema && \
Expand Down

0 comments on commit ee7726c

Please sign in to comment.