We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adf647 commit 4bd9a30Copy full SHA for 4bd9a30
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