Update Dockerfile with python3 dependency (#9203)

This commit is contained in:
Kainoa Kanter 2022-12-10 03:29:35 +00:00
commit 2d574f2637

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