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
1010RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
1111 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0E98404D386FA1D9 6ED0E7B82643E131 \
1212 && apt-get update -qqy \
13- && apt-get -qqy install chromium chromium-l10n \
13+ && apt-get -qqy --no-install-recommends install chromium chromium-l10n \
1414 && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
1515
1616# =================================
@@ -23,7 +23,7 @@ RUN /opt/bin/wrap_chromium_binary
2323# Chromium webdriver
2424# ============================================
2525RUN apt-get update -qqy \
26- && apt-get -qqy install chromium-driver \
26+ && apt-get -qqy --no-install-recommends install chromium-driver \
2727 && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
2828
2929# ============================================
You can’t perform that action at this time.
0 commit comments