From 6f58a2a15dc4d40716bb010456ef07c2d149a0bc Mon Sep 17 00:00:00 2001 From: Yvictor Date: Mon, 24 Jul 2023 16:03:59 +0800 Subject: [PATCH] fix: docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 250378d..e8ce1fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM python:3.7-slim -RUN pip install shioaji==1.1.10 --use-feature=2020-resolver +RUN pip install shioaji==1.1.10