Skip to content

Commit

Permalink
pull in latest openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
whereismyjetpack committed Jul 25, 2022
1 parent 2505c37 commit d5bac00
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 @@ -7,7 +7,7 @@ ENV LANG=C.UTF-8
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install --no-install-recommends clamav clamdscan clamav-daemon libstdc++6 libffi-dev wget libpng-dev make curl unzip \
libmediainfo-dev openjdk-11-jre-headless=11.0.15+10-1~deb10u1 -y && \
libmediainfo-dev openjdk-11-jre-headless -y && \
rm -rf /var/lib/apt/lists/*

RUN curl -Lo /tmp/envconsul.zip https://releases.hashicorp.com/envconsul/0.9.2/envconsul_0.9.2_linux_amd64.zip && \
Expand Down

0 comments on commit d5bac00

Please sign in to comment.