]> Untitled Git - lemmy-ui.git/commitdiff
Try to add python.
authorDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 15:51:51 +0000 (10:51 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 15:51:51 +0000 (10:51 -0500)
Dockerfile

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