mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
fix missing build dependencies
needed by the build sh-scripts
This commit is contained in:
parent
ea798de61f
commit
ed2a637ce3
11 changed files with 16 additions and 14 deletions
|
@ -12,9 +12,9 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg \
|
apt-transport-https debhelper gnupg devscripts build-essential mmv \
|
||||||
devscripts mmv libcurl4-openssl-dev \
|
libcurl4-openssl-dev libfontconfig1-dev libfreetype6-dev libssl-dev \
|
||||||
libfontconfig1-dev libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
libssl1.1 liblttng-ust0
|
||||||
|
|
||||||
# Link to build script
|
# Link to build script
|
||||||
RUN ln -sf ${SOURCE_DIR}/deployment/build.debian.amd64 /build.sh
|
RUN ln -sf ${SOURCE_DIR}/deployment/build.debian.amd64 /build.sh
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg devscripts mmv
|
apt-transport-https debhelper gnupg devscripts build-essential mmv
|
||||||
|
|
||||||
# Prepare the cross-toolchain
|
# Prepare the cross-toolchain
|
||||||
RUN dpkg --add-architecture arm64 \
|
RUN dpkg --add-architecture arm64 \
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg devscripts mmv
|
apt-transport-https debhelper gnupg devscripts build-essential mmv
|
||||||
|
|
||||||
# Prepare the cross-toolchain
|
# Prepare the cross-toolchain
|
||||||
RUN dpkg --add-architecture armhf \
|
RUN dpkg --add-architecture armhf \
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg devscripts \
|
apt-transport-https debhelper gnupg devscripts unzip \
|
||||||
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
||||||
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg devscripts \
|
apt-transport-https debhelper gnupg devscripts unzip \
|
||||||
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
||||||
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg devscripts \
|
apt-transport-https debhelper gnupg devscripts unzip \
|
||||||
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
||||||
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg devscripts \
|
apt-transport-https debhelper gnupg devscripts unzip \
|
||||||
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
||||||
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg wget devscripts \
|
apt-transport-https debhelper gnupg wget ca-certificates devscripts \
|
||||||
mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev \
|
mmv build-essential libcurl4-openssl-dev libfontconfig1-dev \
|
||||||
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
||||||
|
|
||||||
# Install dotnet repository
|
# Install dotnet repository
|
||||||
|
|
|
@ -13,7 +13,8 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg wget devscripts mmv
|
apt-transport-https debhelper gnupg wget ca-certificates devscripts \
|
||||||
|
mmv build-essential lsb-release
|
||||||
|
|
||||||
# Install dotnet repository
|
# Install dotnet repository
|
||||||
# https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current
|
# https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current
|
||||||
|
|
|
@ -13,7 +13,8 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg wget devscripts mmv
|
apt-transport-https debhelper gnupg wget ca-certificates devscripts \
|
||||||
|
mmv build-essential lsb-release
|
||||||
|
|
||||||
# Install dotnet repository
|
# Install dotnet repository
|
||||||
# https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current
|
# https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current
|
||||||
|
|
|
@ -11,7 +11,7 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
apt-transport-https debhelper gnupg devscripts \
|
apt-transport-https debhelper gnupg devscripts unzip \
|
||||||
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
mmv libcurl4-openssl-dev libfontconfig1-dev \
|
||||||
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 zip
|
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 zip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue