From a64efee292f525126871fe387f6516955c4e0b38 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Wed, 22 Jul 2020 13:21:48 -0700 Subject: [PATCH] remove yarn (auto in 12.8.2) --- Dockerfile.base | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index 55d92dae..10d3d15b 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,7 +1,6 @@ FROM node:12.18.2-alpine AS frontend LABEL maintainer="Hunter Long (https://github.com/hunterlong)" ARG BUILDPLATFORM -RUN npm install yarn -g WORKDIR /statping COPY ./frontend/package.json . COPY ./frontend/yarn.lock .