Skip to content

Commit

Permalink
Switch back to distrosync
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Aug 21, 2024
1 parent 5d05138 commit eb669dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.40/Dockerfile.c10s
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LABEL summary="$SUMMARY" \
usage="s2i build <SOURCE-REPOSITORY> quay.io/sclorg/${NAME}-${PERL_SHORT_VER}-c10s:latest <APP-NAME>"

# Deselect a default stream
RUN dnf update -y && \
RUN dnf -y --allowerasing distrosync && \
INSTALL_PKGS="perl perl-devel mod_fcgid perl-App-cpanminus perl-FCGI patch" && \
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
Expand Down

0 comments on commit eb669dc

Please sign in to comment.