Dockerfile update
This commit is contained in:
parent
2bb458ad51
commit
73f323afce
@ -1,6 +1,5 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
FROM python:3
|
FROM python:3
|
||||||
RUN pip install pystrich
|
|
||||||
ADD script.py /
|
ADD script.py /
|
||||||
RUN apt update -y && apt install -y make
|
RUN apt update -y && apt install -y make
|
||||||
RUN apt install -y git
|
RUN apt install -y git
|
||||||
|
Loading…
Reference in New Issue
Block a user