1
1
mirror of https://github.com/derogab/ITAvsCOVIDbot synced 2025-01-30 07:14:53 +01:00

Use slim python base

This commit is contained in:
Gabriele De Rosa 2021-10-26 14:16:43 +02:00
parent a9fbe72fa4
commit a336ea0ffa

View File

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