CI: Bump docker image

Now python3 comes installed.
This commit is contained in:
Daniel Martí 2016-03-17 14:17:15 +00:00
parent 5980c91f42
commit b55f2a7628

View file

@ -1,7 +1,6 @@
image: mvdan/fdroid-ci:latest
image: mvdan/fdroid-ci:20160316
before_script:
- apt-get update && apt-get install -y python3 python3-yaml
- rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git --depth=1
- export PATH="$PWD/fdroidserver:$PATH"