We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef5248 commit 33c119aCopy full SHA for 33c119a
script/createrepo.sh
@@ -12,7 +12,6 @@ cat > createrepo/Dockerfile << EOF
12
FROM fedora:32
13
RUN yum install -y createrepo_c
14
RUN mkdir /packages
15
-CMD touch /tmp/foo
16
COPY dist/*.rpm /packages/
17
RUN createrepo /packages
18
EOF
0 commit comments