Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #34 from mapbox/install-git
Browse files Browse the repository at this point in the history
install git for github-based dependencies #33
  • Loading branch information
Benjamin Tran Dinh authored Jan 3, 2018
2 parents 20c3136 + 99edac8 commit b6d8990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/nodejs4.3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amazonlinux

RUN yum install -y wget zip
RUN yum install -y wget zip git
RUN curl -sL https://nodejs.org/dist/v4.3.2/node-v4.3.2-linux-x64.tar.gz | tar zxC /usr/local --strip-components=1
RUN rm -rf /usr/local/lib/node_modules/npm && \
mkdir /usr/local/lib/node_modules/npm && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/nodejs6.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amazonlinux

RUN yum install -y wget zip
RUN yum install -y wget zip git
RUN curl -sL https://nodejs.org/dist/v6.11.1/node-v6.11.1-linux-x64.tar.gz | tar zxC /usr/local --strip-components=1
RUN rm -rf /usr/local/lib/node_modules/npm && \
mkdir /usr/local/lib/node_modules/npm && \
Expand Down

0 comments on commit b6d8990

Please sign in to comment.