Skip to content

Commit

Permalink
Update epicbox-hyperskill/python image (#64)
Browse files Browse the repository at this point in the history
#HSPC-16
  • Loading branch information
inuur authored Sep 7, 2022
1 parent a5eadb5 commit 8551917
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion epicbox-hyperskill/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 8551917

Please sign in to comment.