From 516d05132eeafbe6dca5ec95fd78f4cfe95b2ccc Mon Sep 17 00:00:00 2001 From: Shu Date: Wed, 2 Nov 2022 10:59:50 +0100 Subject: [PATCH] Add dix --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4bfe904..5a8e2bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM python:3-alpine ADD dst.py / -RUN pip install docker +RUN pip install docker six VOLUME [ "/data" ] -CMD [ "python", "./dst.py" ] \ No newline at end of file +CMD [ "python", "./dst.py" ]