Skip to content

Commit

Permalink
feat: enable updates-testing repository for NGINX installation in Fed…
Browse files Browse the repository at this point in the history
…ora Dockerfiles
  • Loading branch information
TheophileDiot committed Feb 11, 2025
1 parent 49ef782 commit 41db361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/linux/Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN rm -f /lib/systemd/system/multi-user.target.wants/* \
# Nginx
RUN dnf update -y && \
dnf install -y php-fpm curl gnupg2 ca-certificates redhat-lsb-core python3-pip which && \
dnf install nginx-${NGINX_VERSION} -y
dnf install --enablerepo=updates-testing nginx-${NGINX_VERSION} -y

COPY ./package-fedora/*.rpm /opt

Expand Down
2 changes: 1 addition & 1 deletion tests/linux/Dockerfile-fedora-41
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN rm -f /lib/systemd/system/multi-user.target.wants/* \
# Nginx
RUN dnf update -y && \
dnf install -y php-fpm curl gnupg2 ca-certificates redhat-lsb-core python3-pip which && \
dnf install nginx-${NGINX_VERSION} -y
dnf install --enablerepo=updates-testing nginx-${NGINX_VERSION} -y

COPY ./package-fedora-41/*.rpm /opt

Expand Down

0 comments on commit 41db361

Please sign in to comment.