From: Dessalines Date: Mon, 4 Jan 2021 15:56:37 +0000 (-0500) Subject: more apk deps. X-Git-Url: http://these/git/readmes/%7B%60https:/%24%7Bi.domain%7D%60%7D?a=commitdiff_plain;h=f8a05ea0f0616592330fed541fdfaffd46dee5f9;p=lemmy-ui.git more apk deps. --- diff --git a/Dockerfile b/Dockerfile index 0e28357..c03cdc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:14-alpine as builder -RUN apk update && apk add yarn python3 --no-cache +RUN apk update && apk add yarn python3 build-base gcc wget git --no-cache WORKDIR /usr/src/app