diff options
Diffstat (limited to 'Dockerfile.Fedora')
-rw-r--r-- | Dockerfile.Fedora | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.Fedora b/Dockerfile.Fedora index 983b754b9..74bae9eb0 100644 --- a/Dockerfile.Fedora +++ b/Dockerfile.Fedora @@ -95,7 +95,7 @@ COPY test/redhat_sigstore.yaml /etc/containers/registries.d/registry.access.redh # Install varlink stuff RUN pip3 install varlink -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. |