Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile.Node
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ COPY ibm-iaccess-1.1.0.14-1.0.amd64.deb ./
RUN apt-get install -y ./ibm-iaccess-1.1.0.14-1.0.amd64.deb
RUN apt-get install -y python3

# Install editor
RUN apt-get install -y nano

# Install locally (in my case: ~/node_modules)
RUN npm_config_user=root npm set strict-ssl false
RUN npm_config_user=root npm install phantomjs-prebuilt
Expand Down