We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5098111 commit bd9af59Copy full SHA for bd9af59
ci/fedora.Dockerfile
@@ -4,9 +4,6 @@ WORKDIR odamex
4
5
COPY . .
6
7
-RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
8
-RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
9
-
10
# Packages
11
RUN set -x && \
12
dnf -y install gcc-c++ alsa-lib-devel libcurl-devel \
0 commit comments