Update Dockerfile

This commit is contained in:
Alexandre
2021-07-30 22:43:28 +02:00
committed by GitHub
parent 4d25b2b93c
commit 2d3624012d

View File

@@ -9,12 +9,10 @@ ARG TEMPIO_VERSION=2021.01.0
ARG BUILD_ARCH
RUN \
# 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 #
################
&& apt-get update \
apt-get update \
&& apt-get install -y \
apt-transport-https \
jq \