Skip to content

Commit aca73f8

Browse files
authored
add curl
1 parent cce9a54 commit aca73f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.8.6-slim-buster
2-
RUN apt-get update && apt-get install -y --no-install-recommends make
2+
RUN apt-get update && apt-get install -y --no-install-recommends make curl
33
COPY requirements.txt /requirements.txt
44
RUN pip install -r /requirements.txt
55

0 commit comments

Comments
 (0)