Trying a regular node for arm.

This commit is contained in:
Dessalines 2021-01-04 10:38:04 -05:00
parent b0f050bd99
commit e5b6367562

View file

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