FROM git.harryesses.com/harryesses/base:latest USER root RUN apt update -y && apt upgrade -y RUN apt install gnucobol -y --fix-missing USER coder