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

Commit 69afe4e

Browse files
authored
Docker image - install libssl3 (#491)
Install libssl3 explicitly to bring in updated version.
1 parent 8d21cea commit 69afe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV JAVA_HOME=/opt/java/openjdk
1414
ENV PATH "${JAVA_HOME}/bin:${PATH}"
1515
COPY --from=jre-build /javaruntime $JAVA_HOME
1616

17-
RUN apt update && apt install -y --no-install-recommends curl iputils-ping net-tools netcat \
17+
RUN apt update && apt install -y --no-install-recommends libssl3 curl iputils-ping net-tools netcat \
1818
&& apt clean \
1919
&& rm -rf /var/lib/apt/lists/*
2020

0 commit comments

Comments
 (0)