diff --git a/Dockerfile b/Dockerfile index 15e079f..8b8942b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Base on latest (edge) alpine image FROM node:current-alpine as builder -RUN apk add -U git build-base python3git build-base python3 && \ +RUN apk add -U git build-base python3 build-base python3 && \ git clone https//github.com/butlerx/wetty --branch main /usr/src/app WORKDIR /usr/src/app COPY . /usr/src/app