From 8551917fd9fdabb9f5f781400ce4221767ca6ff5 Mon Sep 17 00:00:00 2001 From: Ainur Gimadeev <37190524+inuur@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:21:55 +0300 Subject: [PATCH] Update epicbox-hyperskill/python image (#64) #HSPC-16 --- epicbox-hyperskill/python/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/epicbox-hyperskill/python/Dockerfile b/epicbox-hyperskill/python/Dockerfile index c6ccfa3..86a88d5 100644 --- a/epicbox-hyperskill/python/Dockerfile +++ b/epicbox-hyperskill/python/Dockerfile @@ -2,8 +2,12 @@ FROM python:3.10-slim RUN apt-get update && \ apt-get install --yes bc && \ + apt-get install --yes git && \ + apt-get install --yes sqlite3 && \ rm -rf /var/lib/apt/lists/* -RUN pip install https://github.com/hyperskill/hs-test-python/archive/v9.tar.gz +RUN pip install --no-cache \ + https://github.com/hyperskill/hs-test-python/archive/v9.tar.gz \ + GitPython==3.1.27 COPY checker/ /checker/