Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 953f0e5

Browse files
authored
[meta] update ubuntu-1804 during kitchen provisioning (elastic#793)
1 parent 25ae51e commit 953f0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ platforms:
6060
image: ubuntu:18.04
6161
privileged: true
6262
provision_command:
63-
- apt-get install -y -q ansible iproute2 python-jmespath
63+
- apt-get update -q && apt-get install -y -q ansible iproute2 python-jmespath
6464
use_sudo: false
6565
volume:
6666
- <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json

0 commit comments

Comments
 (0)