Skip to content

Commit

Permalink
Fix: npm installation error in jsonresume build
Browse files Browse the repository at this point in the history
  • Loading branch information
olbat committed Oct 17, 2018
1 parent bb9bc62 commit e2d415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonresume/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_USER}/nodejs
MAINTAINER $MAINTAINER

# Install the resume and themes packages (from the website)
RUN sudo npm install -g \
RUN sudo npm install -g --unsafe-perm=true \
resume-cli \
jsonresume-theme-elegant \
jsonresume-theme-paper \
Expand Down

0 comments on commit e2d415c

Please sign in to comment.