Skip to content

Commit

Permalink
nodejs image (#5)
Browse files Browse the repository at this point in the history
* nodejs image

* Update Dockerfile
  • Loading branch information
jmelis authored Apr 12, 2018
1 parent c0857d3 commit 15a1668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM registry.devshift.net/osio-prod/base/pcp:latest

RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
yum install -y nodejs && yum clean all

0 comments on commit 15a1668

Please sign in to comment.