FROM python:3.9.5-slim

MAINTAINER Felipe P. Silva <felipefoz@gmail.com>

RUN apt update && apt install -y git

RUN pip install python-semantic-release==7.15.4
