Added git

This commit is contained in:
Jon Ervine 2021-02-19 17:34:03 +08:00
parent 3059ab5297
commit 022cfb0c6f

View File

@ -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