You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN yum -y install epel-release centos-release-scl \
&& yum -y install git cmake3 make centos-release-scl devtoolset-11
COPY . /mesytec-mcpd-source
WORKDIR /mesytec-mcpd-build
RUN scl enable devtoolset-11 'cmake3 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/mesytec-mcpd-install /mesytec-mcpd-source && make && make install'