fix(Dockerfile) remove apt lists from layer
This commit is contained in:
parent
4ebce929f8
commit
8a3b598f66
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
.idea/
|
||||
node_modules/
|
||||
|
@ -31,7 +31,9 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
||||
&& rm -r /var/lib/apt/lists/*
|
||||
|
||||
# See https://crbug.com/795759
|
||||
RUN apt-get update && apt-get install -yq libgconf-2-4
|
||||
RUN apt-get update && apt-get install -yq libgconf-2-4 \
|
||||
&& apt-get clean \
|
||||
&& rm -r /var/lib/apt/lists/*
|
||||
|
||||
# Install latest chrome dev package.
|
||||
# Note: this installs the necessary libs to make the bundled version of Chromium that Puppeteer
|
||||
|
1
node_modules/.yarn-integrity
generated
vendored
1
node_modules/.yarn-integrity
generated
vendored
@ -1 +0,0 @@
|
||||
549854b8a60607db81d4c58008d59f812d744acba026266f380acd942941356a
|
Loading…
Reference in New Issue
Block a user