mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
7 lines
174 B
Docker
7 lines
174 B
Docker
# Dockerfile to bootstrap build and test in openshift-ci
|
|
|
|
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12
|
|
|
|
RUN yum -y install make wget gcc git httpd-tools
|
|
|