mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
more apk deps.
This commit is contained in:
parent
c9de0c5b46
commit
f8a05ea0f0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM node:14-alpine as builder
|
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
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue