Files
ortools-clone/.github/workflows/Dockerfile
Mizux Seiha a4052ab83f ci: Add Clang-format check
- Add yapf to linter docker
2020-09-22 19:09:13 +02:00

8 lines
253 B
Docker

# Create a virtual environment with all tools installed
# ref: https://hub.docker.com/_/alpine
FROM alpine:edge
# Install system build dependencies
RUN apk add --no-cache git clang
RUN apk add --no-cache python3 py3-pip \
&& python3 -m pip install yapf