We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce9a54 commit aca73f8Copy full SHA for aca73f8
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
FROM python:3.8.6-slim-buster
2
-RUN apt-get update && apt-get install -y --no-install-recommends make
+RUN apt-get update && apt-get install -y --no-install-recommends make curl
3
COPY requirements.txt /requirements.txt
4
RUN pip install -r /requirements.txt
5
0 commit comments