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