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

This commit is contained in:
2026-07-30 01:00:43 +00:00
parent ad05b19bb3
commit e1135d1ef8

View File

@@ -1,4 +1,4 @@
FROM git.harryesses.com/harryesses/base:latest FROM git.harryesses.com/harryesses/base:latest
USER root USER root
RUN apt install gnucobol RUN apt-get install gnucobol -y
USER coder USER coder