From 496a96c126f725252f8624d0de00b09fb5b2ab36 Mon Sep 17 00:00:00 2001 From: Mark Meredith Date: Mon, 4 Jan 2021 11:08:39 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d7b8b13..4b142f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,9 @@ # Docker Image for running csg-eb tests -FROM python:3.8.6 +FROM python:3.8.7 -MAINTAINER Mark Meredith +LABEL maintainer="Mark Meredith " -RUN wget https://bootstrap.pypa.io/get-pip.py -RUN python3 get-pip.py -RUN python3 -m pip install cmake conan ninja +RUN pip install cmake==3.18.4 conan==1.32.1 ninja==1.10.0.post2 CMD [ "/bin/bash" ] -- GitLab