From: Dessalines Date: Mon, 4 Jan 2021 15:41:08 +0000 (-0500) Subject: Fixing apk install. X-Git-Url: http://these/git/%7B%60%24%7BrepoUrl%7D?a=commitdiff_plain;h=99b9afc52e188ff273ca284c1019841722251cb0;p=lemmy-ui.git Fixing apk install. --- diff --git a/Dockerfile b/Dockerfile index 337eec5..2ac9af0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:14 as builder -RUN apk add yarn curl bash --no-cache +RUN apt-get update && apt-get install -y curl yarn bash RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin