mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Try to add python.
This commit is contained in:
parent
78d2fb9ce1
commit
c9de0c5b46
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 --no-cache
|
RUN apk update && apk add yarn python3 --no-cache
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue