X Tutup
Skip to content

Commit 33c119a

Browse files
author
vilmibm
committed
remove stray debug line
1 parent 6ef5248 commit 33c119a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/createrepo.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ cat > createrepo/Dockerfile << EOF
1212
FROM fedora:32
1313
RUN yum install -y createrepo_c
1414
RUN mkdir /packages
15-
CMD touch /tmp/foo
1615
COPY dist/*.rpm /packages/
1716
RUN createrepo /packages
1817
EOF

0 commit comments

Comments
 (0)
X Tutup