Removed --no-install-recommends

This commit is contained in:
Uruk
2024-02-12 02:07:17 +01:00
parent 77d5743ed4
commit f61069fa31
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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
View File
@@ -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 \