Skip to content

Commit 63e2cfc

Browse files
authored
Merge pull request #5 from reyesoft/fix-dockerfile
fix-dockerfile
2 parents 9adf647 + 4bd9a30 commit 63e2cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:9.11
22

33
RUN apt-get update \
44
# Install lftp
5-
&& apt-get -qq install lftp
5+
&& apt-get -qq install lftp \
66
# Install latest chrome dev package, which installs the necessary libs to
77
# make the bundled version of Chromium that Puppeteer installs work.
88
&& apt-get install -y wget --no-install-recommends \

0 commit comments

Comments
 (0)