From: Dessalines Date: Mon, 4 Jan 2021 15:38:04 +0000 (-0500) Subject: Trying a regular node for arm. X-Git-Url: http://these/git/%7BtotpUrl%7D?a=commitdiff_plain;h=e5b63675624ca1d0b39e916fb30f0e52153f1562;p=lemmy-ui.git Trying a regular node for arm. --- diff --git a/Dockerfile b/Dockerfile index 2781422..337eec5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14-alpine as builder +FROM node:14 as builder RUN apk add yarn curl bash --no-cache RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin