remove o
This commit is contained in:
parent
52aad3c927
commit
1880b10743
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ COPY requirements.txt .
|
|||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apt install -y curl \
|
||||
curl -so - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - \
|
||||
curl -s https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - \
|
||||
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ \
|
||||
apt update && \
|
||||
apt install -y adoptopenjdk-11-openj9
|
||||
|
|
Reference in a new issue