Skip to content

Commit

Permalink
Dockerfile aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
Seji64 authored Jun 29, 2024
1 parent b386317 commit e6f7f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY entrypoint.sh .
COPY crontab.yaml .

RUN apt-get update && apt-get -y upgrade && \
apt-get --no-install-suggests --no-install-recommends -y install git tini ffmpeg lame curl && \
apt-get --no-install-suggests --no-install-recommends -y install git tini ffmpeg lame curl zlib && \
curl -L "https://github.com/gjcarneiro/yacron/releases/download/0.19.0/yacron-0.19.0-x86_64-unknown-linux-gnu" --output /usr/local/bin/yacron && \
pip3 install --upgrade pip && \
pip3 install -r requirements.txt && \
Expand Down

0 comments on commit e6f7f6a

Please sign in to comment.