diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-10-11 07:36:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 07:36:51 -0700 |
commit | 23c9816ba9ff1af3538dcb725d86fc565df53a30 (patch) | |
tree | a31f0ffbcc7e62c3c3a1a079d15d17c339bf134f /Dockerfile.Fedora | |
parent | 71c2681310d1286d6ed465388373a3456944468b (diff) | |
parent | 1c0247ceb440ab6a946106af15ab6a87d228c14f (diff) | |
download | podman-23c9816ba9ff1af3538dcb725d86fc565df53a30.tar.gz podman-23c9816ba9ff1af3538dcb725d86fc565df53a30.tar.bz2 podman-23c9816ba9ff1af3538dcb725d86fc565df53a30.zip |
Merge pull request #1622 from baude/paprdind
Paprdind
Diffstat (limited to 'Dockerfile.Fedora')
-rw-r--r-- | Dockerfile.Fedora | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile.Fedora b/Dockerfile.Fedora index e246cfba1..30653d06b 100644 --- a/Dockerfile.Fedora +++ b/Dockerfile.Fedora @@ -97,7 +97,3 @@ COPY test/redhat_sigstore.yaml /etc/containers/registries.d/registry.access.redh RUN pip3 install varlink WORKDIR /go/src/github.com/containers/libpod - -# Wrap all commands in the "docker-in-docker" script to allow nested containers, -# and allow testing of apparmor. -ENTRYPOINT ["./hack/dind"] |