mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
added dependencies before cloning
This commit is contained in:
parent
022b6855a8
commit
346e233ac4
1 changed files with 5 additions and 4 deletions
|
|
@ -1,12 +1,13 @@
|
|||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
#clone the project
|
||||
git clone ${PROJECT_URL} ${PROJECT_NAME}
|
||||
|
||||
# add dependencies
|
||||
# jq for parsing version information
|
||||
apk add --no-cache jq
|
||||
# git for cloning the repository
|
||||
apk add --no-cache jq git
|
||||
|
||||
#clone the project
|
||||
git clone ${PROJECT_URL} ${PROJECT_NAME}
|
||||
|
||||
# install the project
|
||||
cd ${PROJECT_NAME}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue