mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Trying a regular node for arm.
This commit is contained in:
parent
b0f050bd99
commit
e5b6367562
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue