#!/usr/bin/with-contenv bash

# Install Prolog
apt-get install -y \
    gprolog
