remove stray debug line
This commit is contained in:
parent
6ef5248d21
commit
33c119aa98
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue