Skip to content

Commit

Permalink
remove make which is provided by the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
gmanchon committed Aug 20, 2021
1 parent 9ca03a7 commit 53c68ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM python:3.8.6-slim-buster
RUN apt-get update && apt-get install -y --no-install-recommends make
COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt

Expand Down

0 comments on commit 53c68ef

Please sign in to comment.