From ecea6825c85763be460e41f3609866e3c4ef5008 Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 11 Mar 2021 15:46:45 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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