Update cobol.dockerfile
Some checks failed
Build and Push Docker Images / docker (push) Failing after 1m45s

This commit is contained in:
2026-07-30 01:13:50 +00:00
parent ab682dd9b6
commit 37e78cd2a7

View File

@@ -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