Use slim python base
This commit is contained in:
parent
a9fbe72fa4
commit
a336ea0ffa
|
@ -1,4 +1,4 @@
|
|||
FROM python:3
|
||||
FROM python:3-slim
|
||||
|
||||
# Set working space
|
||||
WORKDIR /usr/src/app
|
||||
|
|
Loading…
Reference in New Issue