mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Removed --no-install-recommends
This commit is contained in:
+1
-2
@@ -4,7 +4,6 @@ FROM DISTRO
|
||||
ARG SOURCE_DIR=/ffmpeg
|
||||
ARG ARTIFACT_DIR=/dist
|
||||
|
||||
# Docker run environment
|
||||
ENV DEB_BUILD_OPTIONS=noddebs
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV ARCH=BUILD_ARCHITECTURE
|
||||
@@ -25,7 +24,7 @@ ENV CFLAGS="-I${TARGET_DIR}/include $CFLAGS"
|
||||
# Prepare Debian build environment
|
||||
RUN apt-get update \
|
||||
&& apt-get upgrade -y \
|
||||
&& apt-get install --no-install-recommends -y apt-transport-https \
|
||||
&& apt-get install -y apt-transport-https \
|
||||
curl ninja-build debhelper gnupg wget devscripts \
|
||||
mmv equivs git nasm pkg-config subversion dh-autoreconf \
|
||||
libpciaccess-dev libwayland-dev libx11-dev libx11-xcb-dev \
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
||||
|
||||
# Prepare Debian and mingw-w64 build environment
|
||||
RUN apt-get -y update \
|
||||
&& apt-get install --no-install-recommends -y apt-transport-https \
|
||||
&& apt-get install -y \
|
||||
build-essential yasm nasm xxd pkgconf git curl \
|
||||
wget unzip subversion autoconf automake libtool \
|
||||
libtool-bin autopoint cmake clang texinfo texi2html \
|
||||
|
||||
Reference in New Issue
Block a user