mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 04:57:30 -07:00
Update Dockerfile with python3 dependency required for docker-compose build step to succeed
This commit is contained in:
parent
cfe1c63ed7
commit
1a99b4230f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue