Zaktualizuj 'Dockerfile'

This commit is contained in:
Kornelia Girejko 2022-04-03 22:13:24 +02:00
parent d0cd0d63e7
commit b5e2d6faa2

View File

@ -1,6 +1,5 @@
FROM ubuntu:latest
RUN apt-get update -y
COPY ./requirements.txt .
RUN apt update
RUN apt-get update