File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN mkdir -p /mnt/rootfs
5
5
# testing packages in the following repo, but using packages from the distro meanwhile
6
6
# ADD https://copr.fedorainfracloud.org/coprs/hhorak/nginx-micro/repo/epel-8/hhorak-nginx-micro-epel-8.repo /etc/yum.repos.d/hhorak-nginx-micro-epel-8.repo
7
7
RUN MICRO_PKGS="coreutils-single glibc-minimal-langpack" && \
8
- INSTALL_PKGS="$MICRO_PKGS @nginx:1.22/common findutils hostname nss_wrapper gettext bind-utils" && \
8
+ INSTALL_PKGS="$MICRO_PKGS @nginx:1.22/common findutils hostname nss_wrapper-libs gettext bind-utils" && \
9
9
dnf --installroot /mnt/rootfs --releasever 8 --setopt install_weak_deps=false --nodocs module enable nginx:1.22 -y && \
10
10
dnf --installroot /mnt/rootfs --releasever 8 --setopt install_weak_deps=false --nodocs install $INSTALL_PKGS -y && \
11
11
dnf -y --installroot /mnt/rootfs clean all && \
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
44
44
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
45
45
46
46
RUN dnf install -y gettext hostname && \
47
- INSTALL_PKGS="nss_wrapper bind-utils nginx nginx-mod-stream nginx-mod-http-perl" && \
47
+ INSTALL_PKGS="nss_wrapper-libs bind-utils nginx nginx-mod-stream nginx-mod-http-perl" && \
48
48
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
49
49
rpm -V $INSTALL_PKGS && \
50
50
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
41
41
RUN yum -y module enable nginx:$NGINX_VERSION && \
42
- INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
42
+ INSTALL_PKGS="nss_wrapper-libs bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
43
43
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
44
44
rpm -V $INSTALL_PKGS && \
45
45
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
41
41
RUN yum -y module enable nginx:$NGINX_VERSION && \
42
- INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
42
+ INSTALL_PKGS="nss_wrapper-libs bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
43
43
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
44
44
rpm -V $INSTALL_PKGS && \
45
45
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
44
44
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
45
45
46
46
RUN dnf install -y gettext hostname && \
47
- INSTALL_PKGS="nss_wrapper bind-utils nginx nginx-mod-stream nginx-mod-http-perl" && \
47
+ INSTALL_PKGS="nss_wrapper-libs bind-utils nginx nginx-mod-stream nginx-mod-http-perl" && \
48
48
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
49
49
rpm -V $INSTALL_PKGS && \
50
50
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
41
41
RUN yum -y module enable nginx:$NGINX_VERSION && \
42
- INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
42
+ INSTALL_PKGS="nss_wrapper-libs bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
43
43
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
44
44
rpm -V $INSTALL_PKGS && \
45
45
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
41
41
RUN yum -y module enable nginx:$NGINX_VERSION && \
42
- INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
42
+ INSTALL_PKGS="nss_wrapper-libs bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
43
43
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
44
44
rpm -V $INSTALL_PKGS && \
45
45
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
41
41
# Modules does not exist
42
- RUN INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
42
+ RUN INSTALL_PKGS="nss_wrapper-libs bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
43
43
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
44
44
rpm -V $INSTALL_PKGS && \
45
45
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
40
40
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
41
41
42
42
RUN dnf install -y gettext hostname && \
43
- INSTALL_PKGS="nss_wrapper bind-utils nginx nginx-mod-stream nginx-mod-http-perl" && \
43
+ INSTALL_PKGS="nss_wrapper-libs bind-utils nginx nginx-mod-stream nginx-mod-http-perl" && \
44
44
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
45
45
rpm -V $INSTALL_PKGS && \
46
46
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
41
41
RUN yum -y module enable nginx:$NGINX_VERSION && \
42
- INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
42
+ INSTALL_PKGS="nss_wrapper-libs bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
43
43
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
44
44
rpm -V $INSTALL_PKGS && \
45
45
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
39
39
NGINX_PERL_MODULE_PATH=${APP_ROOT}/etc/perl
40
40
41
41
RUN yum -y module enable nginx:$NGINX_VERSION && \
42
- INSTALL_PKGS="nss_wrapper bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
42
+ INSTALL_PKGS="nss_wrapper-libs bind-utils gettext hostname nginx nginx-mod-stream nginx-mod-http-perl" && \
43
43
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
44
44
rpm -V $INSTALL_PKGS && \
45
45
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\." && echo "Found VERSION $NGINX_VERSION" && \
You can’t perform that action at this time.
0 commit comments