diff --git a/Dockerfile b/Dockerfile index 1e4d58b..fc0c717 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,3 @@ -FROM python:3.8.12-slim-buster -RUN apt-get update && apt-get install -y --no-install-recommends make curl -COPY requirements.txt /requirements.txt -RUN pip install -r /requirements.txt +FROM bash WORKDIR /workspace