Some checks failed
Build and Push Docker Images / docker (push) Failing after 1m45s
5 lines
145 B
Docker
5 lines
145 B
Docker
FROM git.harryesses.com/harryesses/base:latest
|
|
USER root
|
|
RUN apt update -y && apt upgrade -y
|
|
RUN apt install gnucobol -y --fix-missing
|
|
USER coder |