diff --git a/Dockerfile b/Dockerfile index 8c376bb..bae220a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,7 @@ RUN apk update && \ COPY . / -# inline fix for pandas issue -RUN pip3 install numpy && \ +RUN \ pip3 install -e .[dev] && \ pip3 install "requests>=2.18.4"