another fix in Dockerfile
This commit is contained in:
parent
695e441b48
commit
eaf583a860
@ -7,6 +7,8 @@ LABEL AlternativeImageName="wollud1969/build-env-java"
|
||||
|
||||
|
||||
RUN \
|
||||
apt update && \
|
||||
apt install software-properties-common && \
|
||||
curl https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public > adoptopenjdk.key && \
|
||||
apt-key add adoptopenjdk.key && \
|
||||
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user