Fixed github branch
This commit is contained in:
parent
fd73187db8
commit
7e099ba029
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user