Skip to content

Commit

Permalink
Add ip command to Hyper-V tools
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Nov 13, 2023
1 parent ca01650 commit bd93084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion h/hyperv-vm-tools.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hyperv-vm-tools:
image: ${REGISTRY_DOMAIN}/burmilla/os-hypervvmtools:v5.10.188-burmilla-1
image: ${REGISTRY_DOMAIN}/burmilla/os-hypervvmtools:v5.10.188-burmilla-2
command: ["hv_kvp_daemon", "-n"]
privileged: true
labels:
Expand Down
2 changes: 1 addition & 1 deletion images/10-hypervvmtools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM debian:bullseye-slim
# FROM arm64=skip arm=skip

RUN apt-get update && \
apt-get install -y --no-install-recommends sudo && \
apt-get install -y --no-install-recommends iproute2 sudo && \
apt-get clean && \
rm -rf /var/lib/apt/* && \
mkdir -p /usr/libexec/hypervkvpd/
Expand Down

0 comments on commit bd93084

Please sign in to comment.