diff options
Diffstat (limited to 'Dockerfile.CentOS')
-rw-r--r-- | Dockerfile.CentOS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.CentOS b/Dockerfile.CentOS index ccd4fd154..368f9255c 100644 --- a/Dockerfile.CentOS +++ b/Dockerfile.CentOS @@ -90,7 +90,7 @@ RUN mkdir -p /etc/containers COPY test/policy.json /etc/containers/policy.json COPY test/redhat_sigstore.yaml /etc/containers/registries.d/registry.access.redhat.com.yaml -WORKDIR /go/src/github.com/projectatomic/libpod +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. |