We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c0807 commit f29952aCopy full SHA for f29952a
Dockerfile
@@ -37,7 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
37
libxml2-dev \
38
# Install chromium browser
39
&& apt-get --fix-broken install \
40
- && apt-get install gdebi-core libappindicator3-1 libgbm1 libgtk-3-0 libxcursor1 \
+ && apt-get install -y gdebi-core libappindicator3-1 libgbm1 libgtk-3-0 libxcursor1 \
41
&& wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
42
&& dpkg -i google-chrome-stable_current_amd64.deb \
43
&& rm -rf google-chrome-stable_current_amd64.deb \
0 commit comments