From ff7ecb96bc7fd43d7513f19a269a8a43f280a138 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Thu, 19 Jan 2023 00:12:16 +0100 Subject: [PATCH] build: Update Dockerfile: remove Vue deps --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e66d9d7..585454e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,6 @@ FROM node:19-alpine as nodebuild WORKDIR /go/src/git.happydns.org/happydomain -RUN apk --no-cache add python2 build-base - COPY ui/ ui/ RUN yarn config set network-timeout 100000 && \