Skip to content

Commit

Permalink
Add generated sources
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Sep 19, 2024
1 parent de31b0c commit 3bdc099
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 6/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL summary="$SUMMARY" \
name="sclorg/varnish-6-c9s" \
maintainer="Uhliarik Lubos <[email protected]>"

RUN INSTALL_PKGS="gettext hostname nss_wrapper bind-utils varnish gcc" && \
RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind-utils varnish gcc" && \
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
fix-permissions $VARNISH_CONFIGURATION_PATH && \
Expand Down
2 changes: 1 addition & 1 deletion 6/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL summary="$SUMMARY" \
name="rhel8/varnish-6" \
maintainer="Uhliarik Lubos <[email protected]>"

RUN INSTALL_PKGS="gettext hostname nss_wrapper bind-utils varnish gcc" && \
RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind-utils varnish gcc" && \
yum -y module enable varnish:6 && \
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
Expand Down
2 changes: 1 addition & 1 deletion 6/Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL summary="$SUMMARY" \
name="rhel9/varnish-6" \
maintainer="Uhliarik Lubos <[email protected]>"

RUN INSTALL_PKGS="gettext hostname nss_wrapper bind-utils varnish gcc" && \
RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind-utils varnish gcc" && \
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
fix-permissions $VARNISH_CONFIGURATION_PATH && \
Expand Down
2 changes: 1 addition & 1 deletion 7/Dockerfile.c10s
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL summary="$SUMMARY" \
name="sclorg/varnish-7-c10s" \
maintainer="Uhliarik Lubos <[email protected]>"

RUN INSTALL_PKGS="gettext hostname nss_wrapper bind-utils varnish gcc" && \
RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind-utils varnish gcc" && \
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
fix-permissions $VARNISH_CONFIGURATION_PATH && \
Expand Down
2 changes: 1 addition & 1 deletion 7/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL summary="$SUMMARY" \
name="fedora/varnish-7" \
maintainer="Uhliarik Lubos <[email protected]>"

RUN INSTALL_PKGS="gettext hostname nss_wrapper bind-utils varnish" && \
RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs bind-utils varnish" && \
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
fix-permissions $VARNISH_CONFIGURATION_PATH && \
Expand Down

0 comments on commit 3bdc099

Please sign in to comment.