File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ USER root
10
10
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
11
11
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0E98404D386FA1D9 6ED0E7B82643E131 \
12
12
&& apt-get update -qqy \
13
- && apt-get -qqy install chromium chromium-l10n \
13
+ && apt-get -qqy --no-install-recommends install chromium chromium-l10n \
14
14
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
15
15
16
16
# =================================
@@ -23,7 +23,7 @@ RUN /opt/bin/wrap_chromium_binary
23
23
# Chromium webdriver
24
24
# ============================================
25
25
RUN apt-get update -qqy \
26
- && apt-get -qqy install chromium-driver \
26
+ && apt-get -qqy --no-install-recommends install chromium-driver \
27
27
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
28
28
29
29
# ============================================
You can’t perform that action at this time.
0 commit comments