Skip to content

Commit

Permalink
Merge pull request #135 from boratanrikulu/patch-1
Browse files Browse the repository at this point in the history
Add nodejs issue solution to dockerfile
  • Loading branch information
ismailakbudak authored Mar 18, 2019
2 parents 4528876 + 2a7b794 commit cd0a58c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/docker/Dockerfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ RUN apt-get update && apt-get install -y \
nodejs \
cmake

# https://github.com/nodesource/distributions#installation-instructions
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
&& apt-get install -y nodejs

# Use en_US.UTF-8 as our locale
# RUN locale-gen en_US.UTF-8
# ENV LANG en_US.UTF-8
Expand Down

0 comments on commit cd0a58c

Please sign in to comment.