adding gnupg2
This commit is contained in:
parent
bc13505bdc
commit
485442da42
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ COPY requirements.txt .
|
|||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y curl && \
|
||||
curl https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - && \
|
||||
apt-get install -y gnupg2 curl && \
|
||||
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