Skip to content

Commit f29952a

Browse files
committed
automated commit 19:04:44
1 parent 32c0807 commit f29952a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
3737
libxml2-dev \
3838
# Install chromium browser
3939
&& apt-get --fix-broken install \
40-
&& apt-get install gdebi-core libappindicator3-1 libgbm1 libgtk-3-0 libxcursor1 \
40+
&& apt-get install -y gdebi-core libappindicator3-1 libgbm1 libgtk-3-0 libxcursor1 \
4141
&& wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
4242
&& dpkg -i google-chrome-stable_current_amd64.deb \
4343
&& rm -rf google-chrome-stable_current_amd64.deb \

0 commit comments

Comments
 (0)