Update Dockerfile

This commit is contained in:
John Dorman 2023-03-23 03:54:32 -07:00 committed by GitHub
parent 1709635e0d
commit 076a179f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/