Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncuppjr authored Sep 15, 2023
1 parent eccd60c commit a4938c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM gcc:7.3
FROM gcc:latest


RUN apt-get update \
&& apt-get -y install git bzr lib32z1 lib32ncurses5 nodejs vim zip imagemagick

RUN ln -s `which nodejs` /usr/bin/node
# RUN ln -s `which nodejs` /usr/bin/node

WORKDIR /home/dev

Expand Down

0 comments on commit a4938c2

Please sign in to comment.