Bumped node version

This commit is contained in:
Jon Ervine 2021-02-18 23:08:38 +08:00
parent 12fbc519df
commit 5fb1c5fef5

View File

@ -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 \