Use slim python base

This commit is contained in:
Gabriele De Rosa 2021-10-26 14:16:43 +02:00
parent a9fbe72fa4
commit a336ea0ffa
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3
FROM python:3-slim
# Set working space
WORKDIR /usr/src/app