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

Commit

Permalink
Removing libssl3 from docker image
Browse files Browse the repository at this point in the history
 -- latest libssl3 is part of base image
  • Loading branch information
usmansaleem committed Oct 10, 2023
1 parent 3f9e8a4 commit 857a37f
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 libc-bin libc6 libssl3 curl iputils-ping net-tools netcat \
RUN apt update && apt install -y --no-install-recommends libc-bin libc6 curl iputils-ping net-tools netcat \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 857a37f

Please sign in to comment.