Skip to content
This repository was archived by the owner on Jan 15, 2023. It is now read-only.

Commit f838db9

Browse files
committedApr 16, 2015
Remove npm update for io.js, fixes #1
1 parent f9f9a1d commit f838db9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎Dockerfile.full

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RUN apk update && \
1818
paxctl -cm /usr/bin/${CMD} && \
1919
apk del make gcc g++ python paxctl curl && \
2020
apk add libgcc libstdc++ && \
21-
npm install -g npm && \
2221
cd / && \
2322
rm -rf /${CMD}-${VERSION} /var/cache/apk/* /tmp/* /root/.npm \
2423
/usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html

0 commit comments

Comments
 (0)