Skip to content

Commit

Permalink
Add solution to dockerfile for nodejs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
boratanrikulu authored Mar 14, 2019
1 parent 13a9def commit 2a7b794
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 2a7b794

Please sign in to comment.