using apk --update flag to get from package manager

This commit is contained in:
HoneyryderChuck 2018-02-21 23:11:47 +00:00
parent 714d027c64
commit 3202dba08b

View File

@ -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 && \