Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
feat(docker): add git installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp authored Jul 21, 2024
1 parent 402a6c9 commit 5e09fcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ FROM ghcr.io/hazmi35/node:18-alpine
LABEL name "rawon"
LABEL maintainer "Stegripe Development <[email protected]>"

# Install Git
RUN apk add --no-cache git

# Install ffmpeg
RUN apk add --no-cache ffmpeg python3 && ln -sf python3 /usr/bin/python

Expand Down

0 comments on commit 5e09fcf

Please sign in to comment.