Attempt to fix CI checks via Dockerfile

This commit is contained in:
Eloston
2019-03-10 08:11:08 +00:00
parent a339f4804f
commit fe8212c2ba
3 changed files with 9 additions and 4 deletions

5
.cirrus_Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
# Dockerfile for Python 3 with xz-utils (for tar.xz unpacking)
FROM python:3.5-slim
RUN apt update && apt install -y xz-utils