Update Dockerfile with python3 dependency required for docker-compose build step to succeed

This commit is contained in:
chimiana 2022-12-10 03:18:45 +00:00 committed by cutestnekoaqua
parent 8c882c2698
commit 06746e73b5

View file

@ -8,7 +8,7 @@ COPY . ./
# Install Dependencies
RUN apk update
RUN apk add git ffmpeg tini alpine-sdk
RUN apk add git ffmpeg tini alpine-sdk python3
# Configure corepack and yarn
RUN corepack enable