mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 20:02:52 +01:00
fix missing build dependencies
needed by the build sh-scripts
This commit is contained in:
@@ -13,8 +13,8 @@ ENV IS_DOCKER=YES
|
||||
# Prepare Debian build environment
|
||||
RUN apt-get update -yqq \
|
||||
&& apt-get install -yqq --no-install-recommends \
|
||||
apt-transport-https debhelper gnupg wget devscripts \
|
||||
mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev \
|
||||
apt-transport-https debhelper gnupg wget ca-certificates devscripts \
|
||||
mmv build-essential libcurl4-openssl-dev libfontconfig1-dev \
|
||||
libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0
|
||||
|
||||
# Install dotnet repository
|
||||
|
||||
Reference in New Issue
Block a user