# Dockerfile for Python 3 with git

FROM python:3.7-slim

RUN apt update && apt install -y git
