mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-04-27 14:57:40 +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:
|
phases:
|
||||||
build:
|
build:
|
||||||
commands:
|
commands:
|
||||||
|
- apt update
|
||||||
- apt install -y libshp-dev
|
- apt install -y libshp-dev
|
||||||
- cd database/builder
|
- cd database/builder
|
||||||
- ./makedb.sh
|
- ./makedb.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue