fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-07 16:25:13 +01:00
parent 939c168712
commit 57b66c8172

View File

@ -29,7 +29,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
# mongodb
mongodb \
&& wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
&& apt install ./google-chrome-stable_current_amd64.deb \
&& apt install -y -q --no-install-recommends ./google-chrome-stable_current_amd64.deb \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*