Fixed github branch

This commit is contained in:
Jon Ervine 2021-02-17 22:16:42 +08:00
parent fd73187db8
commit 7e099ba029

View File

@ -7,7 +7,7 @@ WORKDIR /src
RUN apk add --no-cache --virtual .build-deps \ RUN apk add --no-cache --virtual .build-deps \
git python make g++ \ git python make g++ \
&& apk add --no-cache openssh-client \ && apk add --no-cache openssh-client \
&& git clone https://github.com/krishnasrinivas/wetty --branch master /src \ && git clone https://github.com/krishnasrinivas/wetty --branch main /src \
&& npm install \ && npm install \
&& apk del .build-deps \ && apk del .build-deps \
&& adduser -h /src -D term \ && adduser -h /src -D term \