Skip to content
Snippets Groups Projects
Commit 496a96c1 authored by Mark Meredith's avatar Mark Meredith
Browse files

Update Dockerfile

parent 1453d182
No related branches found
No related tags found
1 merge request!70Update Dockerfile
Pipeline #24963 passed
# Docker Image for running csg-eb tests
FROM python:3.8.6
FROM python:3.8.7
MAINTAINER Mark Meredith <mark.meredith@netl.doe.gov>
LABEL maintainer="Mark Meredith <mark.meredith@netl.doe.gov>"
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" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment