diff --git a/podman-update/build/Dockerfile b/podman-update/build/Dockerfile index c6e5f3b..0495fe3 100644 --- a/podman-update/build/Dockerfile +++ b/podman-update/build/Dockerfile @@ -1,5 +1,5 @@ -FROM arm64v8/rust as rust +FROM rust as rust RUN mkdir -p /tmp/work WORKDIR /tmp/work RUN git clone https://github.com/containers/netavark/