aboutsummaryrefslogtreecommitdiffstats
path: root/alpine.sh
diff options
context:
space:
mode:
Diffstat (limited to 'alpine.sh')
-rwxr-xr-xalpine.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/alpine.sh b/alpine.sh
index 1aebc92..7d523eb 100755
--- a/alpine.sh
+++ b/alpine.sh
@@ -8,9 +8,9 @@ DIST=alpine
RELEASE=edge
ARCH=amd64
PACKAGES="pcre ca-certificates openssl-dev ncurses-dev zlib-dev \
- openssh bash curl zsh vim sudo erlang erlang-crypto erlang-dev git build-base autoconf gawk \
+ openssh bash curl zsh vim sudo git build-base autoconf gawk \
go dep shadow rsync sdl2-dev sdl2_image-dev sdl2_ttf-dev p7zip \
- cppcheck clang-analyzer groff parallel mercurial subversion"
+ cppcheck clang-analyzer groff parallel mercurial subversion grep unzip"
for f in ci.d/*; do source "$f"; done
@@ -20,6 +20,7 @@ lxc_create $DIST $RELEASE $ARCH
lxc_wait_for_ip
apk_upgrade
apk_install $PACKAGES
+apk_install_erlang
buildkite_install $DIST $BUILDKITE_TOKEN
ssh_copy_host_key
ssh_copy_host_key buildkite-agent /home/buildkite-agent