From 37e78cd2a7c4fa36ffb26abe75a2888df6ca02c8 Mon Sep 17 00:00:00 2001 From: Harry Esses Date: Thu, 30 Jul 2026 01:13:50 +0000 Subject: [PATCH] Update cobol.dockerfile --- cobol.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cobol.dockerfile b/cobol.dockerfile index 5cf9c60..366c219 100644 --- a/cobol.dockerfile +++ b/cobol.dockerfile @@ -1,4 +1,5 @@ FROM git.harryesses.com/harryesses/base:latest USER root -RUN apt-get install gnucobol -y --fix-missing +RUN apt update -y && apt upgrade -y +RUN apt install gnucobol -y --fix-missing USER coder \ No newline at end of file