Skip to content
Snippets Groups Projects
Commit 96dd557d authored by Malte Bauch's avatar Malte Bauch
Browse files

Add iproute to dockerfile

parent 6d34d130
No related branches found
No related tags found
4 merge requests!17Build basic ci,!10Add simple modem support on linux through modemmanager,!8General refactoring,!5Draft: Add basic set support for ip/routing via gnmi
......@@ -10,6 +10,8 @@ COPY . .
RUN make build
FROM ubuntu:22.04
RUN apt update
RUN apt install -y iproute2
COPY --from=builder gnmi-target/artifacts/gnmi-target /usr/bin/gnmi-target
EXPOSE 7030
ENTRYPOINT ["/usr/bin/gnmi-target"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment