Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Removing nodejs and npm from dev tools in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvo committed Jan 4, 2018
1 parent 9ebfa48 commit f23473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN apt-get update && \

# Temporary useful tools
# RUN apt-get update && \
# apt-get install -y iputils-ping net-tools vim npm nodejs
# apt-get install -y iputils-ping net-tools vim

COPY --from=builder \
/usr/local/bin/constellation-node \
Expand Down

0 comments on commit f23473c

Please sign in to comment.