TestMicro/Dockerfile
2021-12-12 03:41:43 +01:00

7 lines
196 B
Docker

FROM ubuntu
RUN apt-get update -y
RUN apt install wget -y
RUN apt install python3 -y
RUN apt install python3-pip -y
RUN pip3 install flask
RUN wget etud.insa-toulouse.fr/~benassai/microservice.py