Skip to content

Commit

Permalink
pin java (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
whereismyjetpack authored Jul 1, 2022
1 parent 5748976 commit d5aa86e
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 -y && \
libmediainfo-dev openjdk-11-jre-headless=11.0.15+10-1~deb10u1 -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 d5aa86e

Please sign in to comment.