fix: Remove youtube-dl as it currently breaks build
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Once I figure out how to do to deal with it I'll add it back
This commit is contained in:
parent
eb9f2f5c8b
commit
813cbf46ff
@ -1,6 +1,7 @@
|
||||
FROM nextcloud:28.0.2
|
||||
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 ffmpeg aria2 youtube-dl libmagickcore-dev -y --no-install-recommends
|
||||
RUN apt update && apt upgrade -y --no-install-recommends && apt install ffmpeg aria2 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