#!/usr/bin/with-contenv bash

echo "**** installing java11 dev environment ****"
apt-get install -y \
    openjdk-11-jdk
