mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update Dockerfile
This commit is contained in:
parent
9918f7c03a
commit
1801eee6b1
@ -1,10 +1,11 @@
|
||||
#RUN zip -r /tmp/release/podman-install.zip *
|
||||
|
||||
FROM arm64v8/rust as rust
|
||||
RUN mkdir -p /tmp/work
|
||||
WORKDIR /tmp/work
|
||||
RUN git clone https://github.com/containers/netavark/
|
||||
WORKDIR /tmp/work/netavark
|
||||
RUN make
|
||||
|
||||
RUN rustup target add aarch64-unknown-linux-gnu && make
|
||||
|
||||
FROM golang:1.18.3-stretch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user