From 410897c2999a48ac07b75dd46ceada943a87b8f0 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Tue, 17 May 2022 14:37:41 -0400 Subject: [PATCH] Add curl to the docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c2c2554..1db7d426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1 WORKDIR /steering COPY requirements.txt . -RUN apt-get update && apt-get install -y libmagic1 +RUN apt-get update && apt-get install -y libmagic1 curl RUN pip install --upgrade pip RUN pip install --no-cache-dir -r requirements.txt -- GitLab