Skip to content

Commit 8e8c35e

Browse files
author
Bastien Abadie
committed
Slim image
1 parent 847ba3b commit 8e8c35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

events/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM python:3
1+
FROM python:3-slim
22

33
ADD events /src
44

5-
RUN cd /src && pip install -r requirements.txt && python setup.py install
5+
RUN cd /src && pip install --disable-pip-version-check --no-cache-dir -r requirements.txt && python setup.py install
66

77
CMD ["code-coverage-events"]

0 commit comments

Comments
 (0)