aboutsummaryrefslogtreecommitdiffstats
path: root/alpine.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-26 11:44:06 +0200
committerLoïc Hoguin <[email protected]>2018-04-26 11:44:06 +0200
commitdc121ca13e085f0df3f5b3c264a692b4dc0be0d5 (patch)
treee8c0d9a7bd54ff809b435e8519b35d872a751bbe /alpine.sh
parent3944fe6157481aa3bf70e9f8a90eea701d3ecc0d (diff)
downloadci-dc121ca13e085f0df3f5b3c264a692b4dc0be0d5.tar.gz
ci-dc121ca13e085f0df3f5b3c264a692b4dc0be0d5.tar.bz2
ci-dc121ca13e085f0df3f5b3c264a692b4dc0be0d5.zip
Install go/glide on all environments
Diffstat (limited to 'alpine.sh')
-rwxr-xr-xalpine.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/alpine.sh b/alpine.sh
index cdc4976..e159b50 100755
--- a/alpine.sh
+++ b/alpine.sh
@@ -8,7 +8,8 @@ DIST=alpine
RELEASE=edge
ARCH=amd64
PACKAGES="pcre ca-certificates openssl-dev ncurses-dev zlib-dev \
- openssh bash curl zsh vim sudo erlang git build-base autoconf gawk"
+ openssh bash curl zsh vim sudo erlang git build-base autoconf gawk \
+ go glide"
for f in ci.d/*; do source "$f"; done