#!/bin/sh
set -xeu

apt-get update
apt-get -y install python3 python-docutils
