From 1f7bc84f67fa49b0947318948bd9d38dbdf8d5c2 Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 11 Mar 2021 13:03:17 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66f60f8..be0156f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk update && \ apk -U add python3 gcc py3-pip python3-dev musl-dev libffi-dev git && \ adduser -D hockey -RUN mkdir /idata && cd /data && git clone --single-branch --branch master https://git.ervine.org/jonny/gcp-hockey-results.git /data +RUN mkdir /data && cd /data && git clone --single-branch --branch master https://git.ervine.org/jonny/gcp-hockey-results.git /data RUN pip3 install -r /data/requirements.txt && \ rm -rf /tmp/src && rm -rf /var/cache/apk/*