Kaynağa Gözat

Add certs to new prod build (#3120)

Stefan McShane 2 yıl önce
ebeveyn
işleme
7a6020edf5
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      zarf/docker/Dockerfile.production

+ 2 - 0
zarf/docker/Dockerfile.production

@@ -1,6 +1,8 @@
 # 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
 FROM ubuntu as runner
+RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
+
 WORKDIR /porter
 COPY bin/app /porter/
 COPY bin/migrate /porter/