Update Dockerfile

This commit is contained in:
Ivan Blinkov 2020-07-02 12:28:23 +03:00 committed by GitHub
parent e79be9b1ed
commit e9d3c48f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ ARG gosu_ver=1.10
RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
apt-transport-https \
ca-certificates \
dirmngr \
gnupg \
&& mkdir -p /etc/apt/sources.list.d \