Files
odo/openshift-ci/build-root/Dockerfile

7 lines
198 B
Docker

# Dockerfile to bootstrap build and test in openshift-ci
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13
RUN yum -y install make wget gcc git httpd-tools
RUN mkdir -p /tmp/secret