Skip to content

Fix broken build

Craig Smith requested to merge craigmsmith-fix-broken-build into main

What does this MR do?

docker build -t integration-test . was failing because the version of Ruby installed by apk has been updated.

This MR adds g++ and removed File.exists? which has been removed from this version of Ruby.

What are the relevant issue numbers?

N/A

Edited by Craig Smith

Merge request reports