mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 06:36:17 +00:00
Fixing apk install.
This commit is contained in:
parent
e5b6367562
commit
99b9afc52e
|
@ -1,5 +1,5 @@
|
||||||
FROM node:14 as builder
|
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
|
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