Do apt update during build

This commit is contained in:
Bertold Van den Bergh 2020-04-28 22:17:55 +02:00
parent 5c5e4f5638
commit ff37a28524

View file

@ -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