Browse Source

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

pull/311/head
winkidney 2 years ago
parent
commit
3f1269e88e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile.autobuild

+ 1
- 1
Dockerfile.autobuild View File

@@ -52,7 +52,7 @@ RUN apt-get update \


# Install Pipfile requirements # Install Pipfile requirements
COPY Pipfile* ./ 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 \ && pip install pipenv \
&& pipenv install --three --system --clear && pipenv install --three --system --clear




Loading…
Cancel
Save