Skip to content

Commit

Permalink
Switch to libcurl4t64
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed May 21, 2024
1 parent fdd372c commit 1c75b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL org.opencontainers.image.authors="[email protected]"
# hadolint ignore=DL3005,DL3008
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install ca-certificates zlib1g libcurl4 --no-install-recommends -y && \
apt-get install ca-certificates zlib1g libcurl4t64 --no-install-recommends -y && \
apt-get autoclean && \
rm -rf /var/lib/dpkg/status-old /var/lib/apt/lists/*
COPY --from=builder /hcxtools/usr/bin/* /usr/local/bin/

0 comments on commit 1c75b40

Please sign in to comment.