Some checks failed
Build and Push Docker Images / docker (push) Failing after 27s
4 lines
113 B
Docker
4 lines
113 B
Docker
FROM git.harryesses.com/harryesses/base:latest
|
|
USER root
|
|
RUN apt-get install gnucobol -y --fix-missing
|
|
USER coder |