Skip to content

Commit

Permalink
Update to node 8.9.4, nom 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iegik committed Jun 22, 2018
1 parent d4fdc8f commit b5264d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM tatsushid/tinycore:6.4-x86
ENV CORE x86
ENV NODE_VERSION 4.4.2
ENV NPM_VERSION 3.8.6
ENV NODE_VERSION 8.9.4
ENV NPM_VERSION 5.8.0

RUN tce-load -wic gnupg curl \
&& rm -rf /tmp/tce/optional/*
Expand Down Expand Up @@ -39,6 +39,6 @@ RUN tce-load -wic coreutils \
sudo rm -f /usr/local/tce.installed/$INSTALLED; \
done \
&& rm -rf /tmp/tce/optional/* \
&& sudo npm install -g npm@"$NPM_VERSION" \
&& sudo npm cache clear
&& sudo npm install -g npm@"$NPM_VERSION"
WORKDIR /root
USER root

0 comments on commit b5264d4

Please sign in to comment.