mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-03-25 08:45:56 +00:00
Do apt update during build
This commit is contained in:
parent
5c5e4f5638
commit
ff37a28524
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ version: 0.2
|
|||
phases:
|
||||
build:
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y libshp-dev
|
||||
- cd database/builder
|
||||
- ./makedb.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue