remove stray debug line

This commit is contained in:
vilmibm 2021-01-27 10:41:03 -08:00
parent 6ef5248d21
commit 33c119aa98

View file

@ -12,7 +12,6 @@ cat > createrepo/Dockerfile << EOF
FROM fedora:32
RUN yum install -y createrepo_c
RUN mkdir /packages
CMD touch /tmp/foo
COPY dist/*.rpm /packages/
RUN createrepo /packages
EOF