Update Dockerfile

This commit is contained in:
Pascal Vizeli
2019-05-12 11:00:07 +02:00
committed by GitHub
parent 06e65b5734
commit 60cf077e48

View File

@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
ca-certificates \
curl \
gpg-agent \
software-properties-common \
&& rm -rf /var/lib/apt/lists/* \
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \