use fat python package
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-04-13 17:22:33 +02:00
parent 4c73c2e9d7
commit 9cf166323a
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.8
ENV TZ Europe/Budapest
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone