-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
retrohacker
committed
May 10, 2016
1 parent
112a8d8
commit 8c9ff83
Showing
69 changed files
with
214,992 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM nodesource/centos5-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub/el/5/x86_64/nodejs-0.10.45-1nodesource.el5.centos.x86_64.rpm \ | ||
&& rpm -i --nosignature --force ns.rpm \ | ||
&& rm -f ns.rpm | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM nodesource/centos6-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub/el/6/x86_64/nodejs-0.10.45-1nodesource.el6.x86_64.rpm \ | ||
&& rpm -i --nosignature --force ns.rpm \ | ||
&& rm -f ns.rpm | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM nodesource/centos6-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_0.12/el/6/x86_64/nodejs-0.12.14-1nodesource.el6.x86_64.rpm \ | ||
&& rpm -i --nosignature --force ns.rpm \ | ||
&& rm -f ns.rpm | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM nodesource/centos6-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_4.x/el/6/x86_64/nodejs-4.4.4-1nodesource.el6.x86_64.rpm \ | ||
&& rpm -i --nosignature --force ns.rpm \ | ||
&& rm -f ns.rpm | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM nodesource/centos6-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_5.x/el/6/x86_64/nodejs-5.11.1-1nodesource.el6.x86_64.rpm \ | ||
&& rpm -i --nosignature --force ns.rpm \ | ||
&& rm -f ns.rpm | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM nodesource/centos7-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub/el/7/x86_64/nodejs-0.10.45-1nodesource.el7.centos.x86_64.rpm \ | ||
&& rpm -i --nosignature --force ns.rpm \ | ||
&& rm -f ns.rpm | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM nodesource/centos7-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_0.12/el/7/x86_64/nodejs-0.12.14-1nodesource.el7.centos.x86_64.rpm \ | ||
&& rpm -i --nosignature --force ns.rpm \ | ||
&& rm -f ns.rpm | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM nodesource/centos7-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_4.x/el/7/x86_64/nodejs-4.4.4-1nodesource.el7.centos.x86_64.rpm \ | ||
&& rpm -i --nosignature --force ns.rpm \ | ||
&& rm -f ns.rpm | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM nodesource/centos7-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_5.x/el/7/x86_64/nodejs-5.11.1-1nodesource.el7.centos.x86_64.rpm \ | ||
&& rpm -i --nosignature --force ns.rpm \ | ||
&& rm -f ns.rpm | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nodesource/jessie-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl https://deb.nodesource.com/node/pool/main/n/nodejs/nodejs_0.10.45-1nodesource1~jessie1_amd64.deb > node.deb \ | ||
&& dpkg -i node.deb \ | ||
&& rm node.deb | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y --force-yes \ | ||
&& rm -rf /var/lib/apt/lists/*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nodesource/jessie-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl https://deb.nodesource.com/node_0.12/pool/main/n/nodejs/nodejs_0.12.14-1nodesource1~jessie1_amd64.deb > node.deb \ | ||
&& dpkg -i node.deb \ | ||
&& rm node.deb | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y --force-yes \ | ||
&& rm -rf /var/lib/apt/lists/*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nodesource/jessie-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl https://deb.nodesource.com/node_4.x/pool/main/n/nodejs/nodejs_4.4.4-1nodesource1~jessie1_amd64.deb > node.deb \ | ||
&& dpkg -i node.deb \ | ||
&& rm node.deb | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y --force-yes \ | ||
&& rm -rf /var/lib/apt/lists/*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nodesource/jessie-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl https://deb.nodesource.com/node_5.x/pool/main/n/nodejs/nodejs_5.11.1-1nodesource1~jessie1_amd64.deb > node.deb \ | ||
&& dpkg -i node.deb \ | ||
&& rm node.deb | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y --force-yes \ | ||
&& rm -rf /var/lib/apt/lists/*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nodesource/sid-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl https://deb.nodesource.com/node/pool/main/n/nodejs/nodejs_0.10.45-1nodesource1~sid1_amd64.deb > node.deb \ | ||
&& dpkg -i node.deb \ | ||
&& rm node.deb | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y --force-yes \ | ||
&& rm -rf /var/lib/apt/lists/*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nodesource/sid-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl https://deb.nodesource.com/node_0.12/pool/main/n/nodejs/nodejs_0.12.14-1nodesource1~sid1_amd64.deb > node.deb \ | ||
&& dpkg -i node.deb \ | ||
&& rm node.deb | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y --force-yes \ | ||
&& rm -rf /var/lib/apt/lists/*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nodesource/sid-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl https://deb.nodesource.com/node_4.x/pool/main/n/nodejs/nodejs_4.4.4-1nodesource1~sid1_amd64.deb > node.deb \ | ||
&& dpkg -i node.deb \ | ||
&& rm node.deb | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y --force-yes \ | ||
&& rm -rf /var/lib/apt/lists/*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nodesource/sid-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl https://deb.nodesource.com/node_5.x/pool/main/n/nodejs/nodejs_5.11.1-1nodesource1~sid1_amd64.deb > node.deb \ | ||
&& dpkg -i node.deb \ | ||
&& rm node.deb | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y --force-yes \ | ||
&& rm -rf /var/lib/apt/lists/*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nodesource/wheezy-base | ||
MAINTAINER William Blankenship <wblankenship@nodesource.com> | ||
|
||
RUN curl https://deb.nodesource.com/node/pool/main/n/nodejs/nodejs_0.10.45-1nodesource1~wheezy1_amd64.deb > node.deb \ | ||
&& dpkg -i node.deb \ | ||
&& rm node.deb | ||
|
||
RUN npm install -g pangyp\ | ||
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\ | ||
&& npm cache clear\ | ||
&& node-gyp configure || echo "" | ||
|
||
ENV NODE_ENV production | ||
WORKDIR /usr/src/app | ||
CMD ["npm","start"] | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -y --force-yes \ | ||
&& rm -rf /var/lib/apt/lists/*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../README.md |
Oops, something went wrong.