Skip to content

Commit

Permalink
Merge pull request #5 from lewagon/remove-make
Browse files Browse the repository at this point in the history
remove make which is provided by the base image
  • Loading branch information
ssaunier authored Feb 26, 2022
2 parents 9ca03a7 + 53c68ef commit f6995f6
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 f6995f6

Please sign in to comment.