Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-libs bind9.18-utils varnish gcc" && \
RUN INSTALL_PKGS="gettext hostname nss_wrapper-libs 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 specs/multispec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ specs:
s2i_base: ubi9/s2i-core
from_tag: "1"
prod: "rhel9"
install_pkgs: "gettext hostname nss_wrapper-libs bind9.18-utils varnish gcc"
install_pkgs: "gettext hostname nss_wrapper-libs varnish gcc"
img_name: "{{ spec.prod }}/varnish-{{ spec.version }}"
full_img_name: "{{ spec.img_name }}"
etc_path: /etc
Expand Down