mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Update Dockerfile with python3 dependency required for docker-compose build step to succeed
This commit is contained in:
parent
e40fc6dc88
commit
f4625da99a
@ -8,7 +8,7 @@ COPY . ./
|
|||||||
|
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add git ffmpeg tini alpine-sdk
|
RUN apk add git ffmpeg tini alpine-sdk python3
|
||||||
|
|
||||||
# Configure corepack and yarn
|
# Configure corepack and yarn
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
|
Loading…
Reference in New Issue
Block a user