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
6fba4da32b
commit
536863f586
@ -18,7 +18,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
RUN git clone https://github.com/containers/netavark/ && mkdir -p /tmp/work/netavark/.cargo && mkdir -p /tmp/work/netavark/targets && mkdir -p /tmp/work/netavark/bin
|
RUN git clone https://github.com/containers/netavark/ && mkdir -p /tmp/work/netavark/.cargo && mkdir -p /tmp/work/netavark/targets && mkdir -p /tmp/work/netavark/bin
|
||||||
WORKDIR /tmp/work/netavark
|
WORKDIR /tmp/work/netavark
|
||||||
COPY config.toml ./.cargo/config.toml
|
COPY config.toml ./.cargo/config.toml
|
||||||
ENV CARGO_TARGET_DIR=targets
|
|
||||||
COPY ./net.Makefile.patch /tmp
|
COPY ./net.Makefile.patch /tmp
|
||||||
RUN git checkout ${NETAVARK_VERSION} && rustup target add aarch64-unknown-linux-gnu && patch Makefile /tmp/net.Makefile.patch
|
RUN git checkout ${NETAVARK_VERSION} && rustup target add aarch64-unknown-linux-gnu && patch Makefile /tmp/net.Makefile.patch
|
||||||
RUN make build
|
RUN make build
|
||||||
|
Loading…
Reference in New Issue
Block a user