Skip to content

Commit afa201d

Browse files
committed
fix debian nodeset
1 parent f642732 commit afa201d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/acceptance/nodesets/debian-9-x86_64-docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ HOSTS:
1111
# This stops the image from being deleted on completion, speeding up the process.
1212
docker_preserve_image: true
1313
docker_image_commands:
14-
- 'apt-get install -y curl unzip'
14+
- 'apt-get update && apt-get install -y cron locales-all net-tools wget systemd-sysv'
15+
- 'rm -f /usr/sbin/policy-rc.d'
16+
- 'systemctl mask [email protected] getty-static.service'
1517
CONFIG:
1618
type: foss
1719
log_level: debug

0 commit comments

Comments
 (0)