Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit a249004

Browse files
Remove non-free repository
1 parent 3fc189b commit a249004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naev/naev-linux-lts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.description "Naev Linux (LTS) development/testing
88
RUN yum -y install epel-release
99

1010
# Enable RPMFusion, End Point repository for additional up-to-date tools.
11-
RUN yum -y localinstall --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm
11+
RUN yum -y localinstall --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
1212

1313
# Install Build dependencies and utilities.
1414
RUN yum -y groupinstall "Development Tools"

0 commit comments

Comments
 (0)