diff --git a/Dockerfile b/Dockerfile index eece213..4dc83c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ with all the tools needed to use source-to-image functionality while keeping \ the image size as small as possible." \ NAME=s2i-core \ VERSION=0 \ - RELEASE=3 \ + RELEASE=4 \ ARCH=x86_64 LABEL summary="$SUMMARY" \ @@ -42,7 +42,7 @@ ENV \ RUN INSTALL_PKGS="bsdtar \ findutils \ gettext \ - groff \ + groff-base \ tar \ unzip" && \ mkdir -p ${HOME}/.pki/nssdb && \