Files
test_prefect/env/Dockerfile
2023-03-29 08:45:56 +08:00

6 lines
92 B
Docker

FROM python:3.10-slim
WORKDIR /prefect
RUN pip install s3fs
RUN pip install prefect==2.8.7