From 21897d05d63ae458d5d4135f3c7d74fd8cb8a85e Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 11 Mar 2021 15:42:09 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 && \