fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-29 20:04:06 +02:00
parent bb44e89699
commit 4e10028f65

View File

@ -24,6 +24,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
rsync \
ssh \
wget \
libx11-xcb1 \
&& apt-get update \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*