Add test signartime - timezone America/Bogota

This commit is contained in:
cosmos
2024-08-23 11:03:38 -05:00
parent fb44498e53
commit 30773e042b
4 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
# DERIVADO DE https://alextereshenkov.github.io/run-python-tests-with-tox-in-docker.html
FROM ubuntu:24.04
ENV TZ=America/Bogota
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get -qq update
RUN apt install software-properties-common -y \