Skip to content

Commit

Permalink
remove install of node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Jan 24, 2024
1 parent 81dc7ba commit 4df5b79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ RUN apt update && apt install \
python3 \
git

RUN npm install -g n && n 16

ADD . /app
WORKDIR /app

Expand Down

0 comments on commit 4df5b79

Please sign in to comment.