mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 05:00:24 +01:00
fix missing build dependencies
needed by the build sh-scripts
This commit is contained in:
@@ -12,7 +12,7 @@ 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 devscripts mmv
|
||||
apt-transport-https debhelper gnupg devscripts build-essential mmv
|
||||
|
||||
# Prepare the cross-toolchain
|
||||
RUN dpkg --add-architecture armhf \
|
||||
|
||||
Reference in New Issue
Block a user