Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit e6a80ac

Browse files
committed
add sudo and net-tools packages to docker image
1 parent 8e7e773 commit e6a80ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/images/bosh-lite-ci/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ RUN vagrant plugin install vagrant-aws --plugin-version 0.5.0
4949

5050
# for making calls to VagrantCloud
5151
RUN apt-get -y install curl
52+
53+
RUN apt-get -y install sudo
54+
55+
# for making Virtualbox's hostonlyifs work since it shells to ifconfig
56+
RUN apt-get -y install net-tools

0 commit comments

Comments
 (0)