We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9adf647 + 4bd9a30 commit 63e2cfcCopy full SHA for 63e2cfc
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM node:9.11
2
3
RUN apt-get update \
4
# Install lftp
5
- && apt-get -qq install lftp
+ && apt-get -qq install lftp \
6
# Install latest chrome dev package, which installs the necessary libs to
7
# make the bundled version of Chromium that Puppeteer installs work.
8
&& apt-get install -y wget --no-install-recommends \
0 commit comments