Skip to content

Commit

Permalink
Add logging to rawhide build
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Aug 11, 2021
1 parent eb5a8be commit 38ef1fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mingw-gtk-rawhide/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN mkdir /workrave && \

RUN echo "%_install_langs all" >/etc/rpm/macros.image-language-conf && \
dnf clean all && \
cat /etc/resolv.conf && \
dnf -y update && \
cat /etc/resolv.conf && \
dnf -y install \
bzip2 \
clang \
Expand Down

0 comments on commit 38ef1fb

Please sign in to comment.