From 666684e7a7b3c71a7e27eea28776d353a9bdb25e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 6 Aug 2021 14:13:59 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92ce209..1093831 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.8.6-slim COPY 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 - \ add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ \ apt update && \