From 3f1269e88ee26b7a175ca790ad97c4795cb8cbe8 Mon Sep 17 00:00:00 2001 From: winkidney Date: Wed, 19 Jan 2022 07:10:57 -0800 Subject: [PATCH] Fix #316: Fix build failure caused by new version of rcssmin build --- Dockerfile.autobuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.autobuild b/Dockerfile.autobuild index 0aa312f..bf296e1 100644 --- a/Dockerfile.autobuild +++ b/Dockerfile.autobuild @@ -52,7 +52,7 @@ RUN apt-get update \ # Install Pipfile requirements COPY Pipfile* ./ -RUN pip install rcssmin --install-option="--without-c-extensions" \ +RUN pip install "rcssmin==1.0.6" --install-option="--without-c-extensions" \ && pip install pipenv \ && pipenv install --three --system --clear