Skip to content

Fix docker compilation

Axel Loewe requested to merge fix-docker-compilation into master

One of the latest commits introduced C++17 code. Thus, we cannot use the default CentOS GCC4 anymore in Docker when building the AppImage.

This MR changes to GCC7

Edited by Axel Loewe

Merge request reports