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