Update 'second.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 17:53:08 +02:00
parent f196a34637
commit 676eb07510

View File

@ -1 +1,5 @@
FROM python:latest
FROM python:latest
RUN apt-get update && apt-get install -y
RUN pip install pandas