Skip to content

Commit

Permalink
fix: install additional packages for rspec-beaker tests on ubuntu (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
derdanne authored Sep 10, 2022
1 parent 7f56c5b commit 8dd2ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/nodesets/ubuntu-18.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ HOSTS:
ubuntu-1804-x64:
platform: ubuntu-18.04-amd64
hypervisor: docker
image: ubuntu:18.04
image: ubuntu:bionic-20220531
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
docker_image_commands:
# ensure that upstart is booting correctly in the container
- 'apt-get update && apt-get install -y distro-info-data locales lsb-release && locale-gen en_US.UTF-8'
- 'apt-get update && apt-get install -y init distro-info-data locales lsb-release && locale-gen en_US.UTF-8'
# for local development
- 'echo "MaxAuthTries 100" >> /etc/ssh/sshd_config'
# exportfs does not work on overlayfs - mounting local filesystem
Expand Down

0 comments on commit 8dd2ad0

Please sign in to comment.