diff --git a/Dockerfiles/python.Dockerfile b/Dockerfiles/python.Dockerfile deleted file mode 100644 index b87967d..0000000 --- a/Dockerfiles/python.Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM python:3.9.16 -WORKDIR /home -ENV PATH "${PATH}:/root/.local/bin" -COPY requirements/python_requirements.txt /requirements.txt -COPY airflow/pytest.ini pytest.ini -COPY .startup/make_fernet_key.py make_fernet_key.py -RUN pip install --user --upgrade pip -RUN pip install --no-cache-dir --user -r /requirements.txt \ No newline at end of file