Última atividade 1719250124

anduin's Avatar anduin revisou este gist 1719250124. Ir para a revisão

1 file changed, 5 insertions

Dockerfile(arquivo criado)

@@ -0,0 +1,5 @@
1 + RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
2 + apt-get install -y tzdata && \
3 + echo "Etc/UTC" > /etc/timezone && \
4 + ln -fs /usr/share/zoneinfo/UTC /etc/localtime && \
5 + dpkg-reconfigure -f noninteractive tzdata
Próximo Anterior