Update Dockerfile

This commit is contained in:
Andros Fenollosa
2021-04-28 16:43:39 +02:00
committed by GitHub
parent bc38a6d204
commit 4094813e3b

View File

@ -5,6 +5,10 @@ ENV PYTHONUNBUFFERED: 1
# set work directory
WORKDIR /usr/src/app
# set time
RUN ln -fs /usr/share/zoneinfo/Europe/Madrid /etc/localtime
RUN dpkg-reconfigure -f noninteractive tzdata
# install software
RUN apt update
RUN apt install -y build-essential cron python3-pip gettext