mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Trying a regular node for arm.
This commit is contained in:
parent
b0f050bd99
commit
e5b6367562
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:14-alpine as builder
|
FROM node:14 as builder
|
||||||
RUN apk add yarn curl bash --no-cache
|
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
|
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