Skip to content
Snippets Groups Projects
Commit 410897c2 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Add curl to the docker image

parent 066f8697
No related branches found
No related tags found
No related merge requests found
Pipeline #1930 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment