python image

This commit is contained in:
Dawid Jurkiewicz 2020-04-03 13:37:16 +02:00
parent f7d80551e7
commit de9a4da7c2

View File

@ -1,11 +1,10 @@
FROM ubuntu:latest
FROM python:3
RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN apt install -y python
RUN python --version
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK