1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3571 from mihawk90/fedora-spec-rework

Cleanup and standardise Fedora build (web)

(cherry picked from commit c20243c8bf)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
This commit is contained in:
Cody Robibero 2022-06-23 08:06:21 -06:00 committed by Bill Thornton
parent fa84f0aef5
commit c2229c409f
3 changed files with 20 additions and 15 deletions

View file

@ -1,4 +1,4 @@
FROM fedora:33
FROM fedora:36
# Docker build arguments
ARG SOURCE_DIR=/jellyfin
@ -11,7 +11,7 @@ ENV IS_DOCKER=YES
# Prepare Fedora environment
RUN dnf update -y \
&& dnf install -y @buildsys-build rpmdevtools git dnf-plugins-core nodejs autoconf automake glibc-devel
&& dnf install -y @buildsys-build rpmdevtools git dnf-plugins-core nodejs autoconf automake glibc-devel make
# Link to build script
RUN ln -sf ${SOURCE_DIR}/deployment/build.fedora /build.sh