mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-17 00:02:49 -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
|
#!/bin/sh
|
||||||
apk update && apk upgrade
|
apk --update add g++ make git bash
|
||||||
apk add --no-cache g++ make git bash
|
|
||||||
cd /home && touch Gemfile.lock && \
|
cd /home && touch Gemfile.lock && \
|
||||||
rm Gemfile.lock && \
|
rm Gemfile.lock && \
|
||||||
bundle install && \
|
bundle install && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user