From ae06b63dc27567ebe8b8fde7f32e268ae706182d Mon Sep 17 00:00:00 2001 From: William Yeh Date: Thu, 17 Sep 2015 15:26:56 +0800 Subject: Add: support for Alpine 3 --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index beac0fc..46458fb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,6 +10,7 @@ Vagrant.configure(2) do |config| docker build -t ansible:debian7 debian7 docker build -t ansible:centos7 centos7 docker build -t ansible:centos6 centos6 + docker build -t ansible:alpine3 alpine3 docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild docker build -t ansible:ubuntu12.04-onbuild ubuntu12.04-onbuild @@ -17,6 +18,7 @@ Vagrant.configure(2) do |config| docker build -t ansible:debian7-onbuild debian7-onbuild docker build -t ansible:centos7-onbuild centos7-onbuild docker build -t ansible:centos6-onbuild centos6-onbuild + docker build -t ansible:alpine3-onbuild alpine3-onbuild SHELL end -- cgit v1.2.3