Update Dockerfile

This commit is contained in:
Alexandre
2021-06-29 15:06:11 +02:00
committed by GitHub
parent 1304050288
commit 6f0a42d015

View File

@@ -9,7 +9,8 @@ ARG TEMPIO_VERSION=2021.01.0
ARG BUILD_ARCH
RUN \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - \
# Correct some certificates issues
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - || true \
################
# Install apps #
################