fix: Remove unneeded dependency bz2
This commit is contained in:
parent
ec5d88f295
commit
a19597d4ec
@ -1,6 +1,6 @@
|
||||
FROM nextcloud:28.0.1
|
||||
LABEL maintainer="Jiří Štefka <jiri@stefka.eu>"
|
||||
|
||||
RUN apt update && apt upgrade -y --no-install-recommends && apt install ffmpeg aria2 youtube-dl libmagickcore-dev libbz2-dev -y --no-install-recommends
|
||||
RUN apt update && apt upgrade -y --no-install-recommends && apt install ffmpeg aria2 youtube-dl libmagickcore-dev -y --no-install-recommends
|
||||
RUN docker-php-ext-install bz2
|
||||
RUN apt clean && rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user