Sfoglia il codice sorgente

add tzdata to dockerfile (#4153)

Stefan McShane 2 anni fa
parent
commit
abbf42ae9c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      zarf/docker/Dockerfile.production

+ 1 - 1
zarf/docker/Dockerfile.production

@@ -1,7 +1,7 @@
 # All build artifacts are built in github actions, and copied in
 # All build artifacts are built in github actions, and copied in
 # Ubuntu is used to match Github action, and use github action caching instead of docker caching
 # Ubuntu is used to match Github action, and use github action caching instead of docker caching
 FROM ubuntu as runner
 FROM ubuntu as runner
-RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
+RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata
 
 
 WORKDIR /porter
 WORKDIR /porter
 COPY bin/app /porter/
 COPY bin/app /porter/