aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-19 09:58:08 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-19 09:58:08 +0200
commit2a6881e32fd4484d1b0bbbe03d73a479e0dc9251 (patch)
tree06610269fc3b696f82c1435298d0954d82fdced9
parent31062ed53cf7a2745bc622457f9819fb98fcf887 (diff)
downloadpodman-docker-builder-2a6881e32fd4484d1b0bbbe03d73a479e0dc9251.tar.gz
move script to /usr/local/bin
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 152a35c..6ce2ef1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,5 +9,5 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \
USER root
-COPY configure-podman /root
-RUN /root/configure-podman
+COPY configure-podman /usr/local/bin
+RUN /usr/local/bin/configure-podman