File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed
Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,13 @@ RUN apt-get update && \
1616 libmagic-dev \
1717 libssl-dev \
1818 zlib1g-dev \
19- ca-certificates
20-
21- # hadolint ignore=DL3008
22- RUN apt-get install -y \
23- ca-certificates \
24- curl \
25- docker.io \
26- gcc \
27- git \
28- libssl-dev \
29- pkg-config \
30- xz-utils
19+ ca-certificates \
20+ docker.io \
21+ xz-utils
3122
3223# Install dependencies for chromium browser
3324# hadolint ignore=DL3008
34- RUN apt-get install -y \
35- # gconf-service \
25+ RUN apt-get install -y --no-install-recommends \
3626 libasound2 \
3727 libatk1.0-0 \
3828 libatk-bridge2.0-0 \
@@ -44,8 +34,6 @@ RUN apt-get install -y \
4434 libfontconfig1 \
4535 libgbm-dev \
4636 libgcc1 \
47- # libgconf-2-4 \
48- # libgdk-pixbuf2.0-0 \
4937 libglib2.0-0 \
5038 libgtk-3-0 \
5139 libnspr4 \
@@ -66,12 +54,14 @@ RUN apt-get install -y \
6654 libxss1 \
6755 libxtst6 \
6856 fonts-liberation \
69- # libappindicator1 \
7057 libnss3 \
7158 lsb-release \
7259 xdg-utils \
7360 wget
7461
62+ RUN apt-get clean \
63+ && rm -rf /var/lib/apt/lists/*
64+
7565WORKDIR /build
7666
7767RUN mkdir out
You can’t perform that action at this time.
0 commit comments