fix(Dockerfile): Remove obsolete bz2 setup
This commit is contained in:
parent
9fa30f7e52
commit
57630aff98
1 changed files with 0 additions and 1 deletions
|
@ -3,5 +3,4 @@ LABEL maintainer="Jiří Štefka <jiri@stefka.eu>"
|
|||
|
||||
# RUN apt update && apt upgrade -y --no-install-recommends && apt install ffmpeg aria2 youtube-dl libmagickcore-dev -y --no-install-recommends
|
||||
RUN apt update && apt upgrade -y --no-install-recommends && apt install gnupg2 ffmpeg aria2 libmagickcore-dev -y --no-install-recommends
|
||||
RUN docker-php-ext-install bz2
|
||||
RUN apt clean && rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in a new issue