]> Untitled Git - lemmy-ui.git/commitdiff
Fixing apk install.
authorDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 15:41:08 +0000 (10:41 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 15:41:08 +0000 (10:41 -0500)
Dockerfile

index 337eec5f6836e07fe7b55c2fbd491491e35ab459..2ac9af06b0b0201cdbb6e4f8fb2370018323bb68 100644 (file)
@@ -1,5 +1,5 @@
 FROM node:14 as builder\r
-RUN apk add yarn curl bash --no-cache\r
+RUN apt-get update && apt-get install -y curl yarn bash\r
 \r
 RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin\r
 \r