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
d7164e26d9
commit
b820368d0e
@ -1,9 +1,11 @@
|
||||
|
||||
FROM rust as rust
|
||||
RUN apt-get update && apt-get install -y \
|
||||
protoc-compiler \
|
||||
RUN mkdir -p /tmp/work
|
||||
WORKDIR /tmp/work
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
protoc-compiler
|
||||
|
||||
RUN git clone https://github.com/containers/netavark/
|
||||
WORKDIR /tmp/work/netavark
|
||||
ENV CARGO_TARGETS_DIR = targets
|
||||
|
Loading…
Reference in New Issue
Block a user