Bumped node version
This commit is contained in:
parent
12fbc519df
commit
5fb1c5fef5
@ -5,7 +5,7 @@ MAINTAINER Sven Fischer <sven@leiderfischer.de>
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .build-deps \
|
RUN apk add --no-cache --virtual .build-deps \
|
||||||
git python make g++ \
|
git python3 make g++ \
|
||||||
&& apk add --no-cache openssh-client \
|
&& apk add --no-cache openssh-client \
|
||||||
&& git clone https://github.com/krishnasrinivas/wetty --branch main /src \
|
&& git clone https://github.com/krishnasrinivas/wetty --branch main /src \
|
||||||
&& npm install \
|
&& npm install \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user