Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Fetch latest libc6 and libc-bin in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Oct 9, 2023
1 parent bafb183 commit 3f9e8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV JAVA_HOME=/opt/java/openjdk
ENV PATH "${JAVA_HOME}/bin:${PATH}"
COPY --from=jre-build /javaruntime $JAVA_HOME

RUN apt update && apt install -y --no-install-recommends libssl3 curl iputils-ping net-tools netcat \
RUN apt update && apt install -y --no-install-recommends libc-bin libc6 libssl3 curl iputils-ping net-tools netcat \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 3f9e8a4

Please sign in to comment.