Skip to content

Commit 90aed1c

Browse files
ErikSchierboomBethanyG
authored andcommitted
Remove unneeded curl install and remove commands
1 parent aae22fd commit 90aed1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ COPY requirements.txt /requirements.txt
44

55
RUN pip install -r /requirements.txt
66

7-
RUN apt-get update \
8-
&& apt-get install curl -y \
9-
&& apt-get remove curl -y \
7+
RUN apt-get update \
108
&& apt-get autoremove -y \
119
&& rm -rf /var/lib/apt/lists/*
1210

0 commit comments

Comments
 (0)