1
0

fix missing python error in api

This commit is contained in:
Michael Schramm 2023-12-11 15:53:32 +01:00 committed by Michael Schramm
parent bba7495429
commit 5d3e167734

View File

@ -26,7 +26,7 @@ LABEL maintainer="OhMyForm <admin@ohmyform.com>"
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