From 022cfb0c6ff037ab2a48f60104c73bd97ad784fc Mon Sep 17 00:00:00 2001 From: Jon Ervine Date: Fri, 19 Feb 2021 17:34:03 +0800 Subject: [PATCH] Added git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2de0884..c439976 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 build-base python3 \ +RUN apk add -U git build-base python3 \ && git clone https://github.com/butlerx/wetty --branch main /usr/src/app WORKDIR /usr/src/app COPY . /usr/src/app