mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
Attempt to fix CI checks via Dockerfile
This commit is contained in:
5
.cirrus_Dockerfile
Normal file
5
.cirrus_Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user