Merge pull request #3571 from mihawk90/fedora-spec-rework
Cleanup and standardise Fedora build (web) (cherry picked from commit c20243c8bf07bc7f684b39668e3fc2e0960c928e) Signed-off-by: Bill Thornton <billt2006@gmail.com>
This commit is contained in:
parent
fa84f0aef5
commit
c2229c409f
3 changed files with 20 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue