docker task 2 try_2

This commit is contained in:
Kamila 2022-04-03 11:42:19 +02:00
parent 8e044b60c5
commit 5ed1f27eb4

View File

@ -1,7 +1,6 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN apt-get update RUN apt-get update
RUN apt install -y python3.8
RUN apt-get install -y python3-pip RUN apt-get install -y python3-pip
WORKDIR /app WORKDIR /app