From 3202dba08bd9c8c7b16cb8b39423c4404a6d31e5 Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Wed, 21 Feb 2018 23:11:47 +0000 Subject: [PATCH] using apk --update flag to get from package manager --- test/support/ci/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/support/ci/build.sh b/test/support/ci/build.sh index 9c029ca2..95a35a93 100755 --- a/test/support/ci/build.sh +++ b/test/support/ci/build.sh @@ -1,6 +1,5 @@ #!/bin/sh -apk update && apk upgrade -apk add --no-cache g++ make git bash +apk --update add g++ make git bash cd /home && touch Gemfile.lock && \ rm Gemfile.lock && \ bundle install && \