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

This commit is contained in:
2026-07-30 01:11:30 +00:00
parent e1135d1ef8
commit ab682dd9b6

View File

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