fix
This commit is contained in:
parent
5e3d5ad13f
commit
666684e7a7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM python:3.8.6-slim
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
RUN apt install -y --no-install-recommands curl \
|
RUN apt install -y curl \
|
||||||
curl -so - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - \
|
curl -so - 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 && \
|
||||||
|
|
Reference in a new issue