Update Dockerfile
This commit is contained in:
parent
2af93d522f
commit
5b08f12b48
@ -1,5 +1,7 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
FROM python:3
|
||||
RUN pip install pystrich
|
||||
ADD script.py /
|
||||
RUN apt update -y && apt install -y make
|
||||
RUN apt install -y git
|
||||
RUN apt install -y gcc
|
||||
@ -9,5 +11,4 @@
|
||||
WORKDIR SCTK
|
||||
RUN make config && make all && make check && make install && make doc
|
||||
ENV PATH=$PATH:/SCTK/bin
|
||||
RUN apt install -y python3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user