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 4acf64a
Showing 1 changed file with 1 addition and 1 deletion.
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 4acf64a

Please sign in to comment.