docker task 2 try_2

This commit is contained in:
Kamila 2022-04-03 11:42:19 +02:00
parent 8e044b60c5
commit 5ed1f27eb4
1 changed files with 0 additions and 1 deletions

View File

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