Update nginx version in Dockerfile-rhel9

This commit is contained in:
Théophile Diot 2024-06-03 13:00:45 +01:00
parent 0c95ab3e5e
commit e543e5fbba
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -19,8 +19,8 @@ RUN dnf install -y wget make yum-utils && \
dnf install -y --skip-broken --setopt=install_weak_deps=False --nobest openssl-libs openssl-devel && \
dnf install -y --skip-broken --setopt=install_weak_deps=False readline-devel python39 brotli brotli-devel gperftools-devel perl libxslt-devel libxml2 yajl libxslt bash gd gd-devel gcc-c++ znc-modtcl gawk libtool pcre-devel automake autoconf gcc make git zlib-devel libxml2-devel pkgconf libcurl-devel libmaxminddb && \
wget https://nginx.org/packages/rhel/9/$(uname -m)/RPMS/nginx-${NGINX_VERSION}-2.el9.ngx.$(uname -m).rpm && \
dnf install nginx-${NGINX_VERSION}-1.el9.ngx.$(uname -m).rpm -y && \
rm -rf nginx-${NGINX_VERSION}-1.el9.ngx.$(uname -m).rpm
dnf install nginx-${NGINX_VERSION}-2.el9.ngx.$(uname -m).rpm -y && \
rm -rf nginx-${NGINX_VERSION}-2.el9.ngx.$(uname -m).rpm
WORKDIR /tmp/bunkerweb/deps