Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add nodejs and npm
  • Loading branch information
lintbe authored Jul 3, 2024
1 parent 6f7e0b7 commit 18ddc72
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 @@ -64,7 +64,7 @@ RUN wget https://github.com/emmanuel-marty/lzsa/archive/refs/heads/master.zip \

FROM alpine:edge

RUN apk add --update --no-cache make gcc musl-dev gdb
RUN apk add --update --no-cache make gcc musl-dev gdb nodejs npm

#RUN apk add --update --no-cache wine
#RUN ln -s /usr/bin/wine64 /usr/bin/wine
Expand Down

0 comments on commit 18ddc72

Please sign in to comment.