We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae22fd commit 90aed1cCopy full SHA for 90aed1c
Dockerfile
@@ -4,9 +4,7 @@ COPY requirements.txt /requirements.txt
4
5
RUN pip install -r /requirements.txt
6
7
-RUN apt-get update \
8
- && apt-get install curl -y \
9
- && apt-get remove curl -y \
+RUN apt-get update \
10
&& apt-get autoremove -y \
11
&& rm -rf /var/lib/apt/lists/*
12
0 commit comments