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 \
git python make g++ \
&& 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 \
&& apk del .build-deps \
&& adduser -h /src -D term \