Skip to content

Commit 062e4aa

Browse files
committed
Update Node.js to v0.10.43 (close #38)
1 parent e1e2216 commit 062e4aa

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Dockerfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
FROM beevelop/android
22
MAINTAINER Maik Hummel <[email protected]>
33

4-
# Build-Variables
5-
ENV NODEJS_VERSION 0.10.42
6-
7-
# Set Environment Variables
8-
ENV PATH $PATH:/opt/nodejs/bin
4+
ENV NODEJS_VERSION=0.10.43 \
5+
PATH=$PATH:/opt/nodejs/bin
96

107
WORKDIR "/opt"
118

129
RUN curl -O https://nodejs.org/dist/v${NODEJS_VERSION}/node-v${NODEJS_VERSION}-linux-x64.tar.gz && \
13-
14-
# Extract and move to /opt
1510
tar xf node-v${NODEJS_VERSION}-linux-x64.tar.gz && \
1611
mv node-v${NODEJS_VERSION}-linux-x64 /opt/nodejs && \
17-
18-
# Clean up
1912
rm node-v${NODEJS_VERSION}-linux-x64.tar.gz

0 commit comments

Comments
 (0)