Update Dockerfile

This commit is contained in:
Pascal Vizeli 2019-05-12 22:10:56 +02:00 committed by GitHub
parent f8081d7829
commit c72e61e542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
gpg-agent \
software-properties-common \
&& rm -rf /var/lib/apt/lists/* \
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
&& add-apt-repository "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" \
&& apt-get update && apt-get install -y --no-install-recommends \