Fix #316: Fix build failure caused by new version of rcssmin build

This commit is contained in:
winkidney
2022-01-19 07:10:57 -08:00
parent a2e41de9dd
commit 3f1269e88e

View File

@@ -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