Skip to content

Commit

Permalink
Remove unneeded curl install and remove commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Oct 31, 2023
1 parent aae22fd commit 9731e80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ COPY requirements.txt /requirements.txt

RUN pip install -r /requirements.txt

RUN apt-get update \
&& apt-get install curl -y \
&& apt-get remove curl -y \
RUN apt-get update \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9731e80

Please sign in to comment.