mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-16 00:01:48 -04:00
using apk --update flag to get from package manager
This commit is contained in:
parent
714d027c64
commit
3202dba08b
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user