mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
more apk deps.
This commit is contained in:
parent
c9de0c5b46
commit
f8a05ea0f0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue