eclipse-che / che-dockerfiles

Eclipse Public License 2.0
86 stars 107 forks source link

Fix build failure on centos_go image #244

Closed monaka closed 2 years ago

monaka commented 5 years ago

Signed-off-by: Masaki Muranaka monaka@monami-ya.com

What does this PR do?

Install epel-release.

This is required to install golang.

What issues does this PR fix or reference?

None

Previous behavior

Builds are failed because go command wasn't installed. The root cause is same as https://github.com/eclipse/che/pull/12343 https://github.com/eclipse/che/pull/12343/commits/8728c24157cd9e2f668ec390eb023a081c5bff3b

New behavior

Builds successfully.

Tests written?

No

Docs updated?

No