mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Use python 2.7 docker image
This commit is contained in:
parent
592b9fba97
commit
bc2328899a
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
image: python:2.7
|
||||
|
||||
services:
|
||||
|
||||
before_script:
|
||||
- sudo apt-get update -qq
|
||||
#- sudo apt-get install -y libxml2-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue