From 5d3e167734d666d6fcb19507231ddcd68c95711d Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Mon, 11 Dec 2023 15:53:32 +0100 Subject: [PATCH] fix missing python error in api --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf3b7ae3..d3e8e39e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL maintainer="OhMyForm " WORKDIR /usr/src/api -RUN apk --update --no-cache add curl bash g++ make libpng-dev +RUN apk --update --no-cache add curl bash g++ make libpng-dev python3 # install node-prune (https://github.com/tj/node-prune) RUN curl -sf https://gobinaries.com/tj/node-prune | sh