diff options
-rw-r--r-- | containers/cirrus-run/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/containers/cirrus-run/Dockerfile b/containers/cirrus-run/Dockerfile index 9d6d26a..a2d2472 100644 --- a/containers/cirrus-run/Dockerfile +++ b/containers/cirrus-run/Dockerfile @@ -3,6 +3,7 @@ FROM centos:8 RUN dnf install -y git python3 python3-jinja2 python3-requests && \ git clone https://github.com/sio/cirrus-run.git /src && \ cd /src && \ + git reset --hard b60e45c940e705cfc9d60e35c053f028f0a881b4 && \ python3 setup.py build && \ python3 setup.py test && \ python3 setup.py install --prefix /usr && \ |