remove S
This commit is contained in:
parent
63f221e112
commit
daa05c5428
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN pip install -r requirements.txt
|
||||||
|
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
apt install -y curl \
|
apt install -y curl \
|
||||||
curl -s https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - \
|
curl https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - \
|
||||||
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ \
|
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ \
|
||||||
apt update \
|
apt update \
|
||||||
apt install -y adoptopenjdk-11-openj9
|
apt install -y adoptopenjdk-11-openj9
|
||||||
|
|
Reference in a new issue