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

index 0e283573739d38eb98ae6f4d71380600e84e57a8..c03cdc6d0e06e4b817e479101ad7775400015397 100644 (file)
@@ -1,5 +1,5 @@
 FROM node:14-alpine as builder\r
-RUN apk update && apk add yarn python3 --no-cache\r
+RUN apk update && apk add yarn python3 build-base gcc wget git --no-cache\r
 \r
 WORKDIR /usr/src/app\r
 \r