adding gnupg2

This commit is contained in:
Mylloon 2021-08-06 14:48:03 +02:00
parent bc13505bdc
commit 485442da42

View file

@ -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