1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

use Fedora 29 instead of 28, add missing spdlog package

This commit is contained in:
Sonja Happ 2019-09-16 14:30:05 +02:00 committed by Steffen Vogel
parent 269cfa9ea7
commit 3bb28b11ae

View file

@ -28,7 +28,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
###################################################################################
FROM fedora:28
FROM fedora:29
LABEL \
org.label-schema.schema-version="1.0" \
@ -61,7 +61,8 @@ RUN dnf -y install \
jansson-devel \
libcurl-devel \
libconfig-devel \
openssl-devel openssl
openssl-devel openssl \
spdlog-devel
# Build & Install Criterion
RUN cd /tmp && \