Parcourir la source

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

pull/311/head
winkidney il y a 2 ans
Parent
révision
3f1269e88e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      Dockerfile.autobuild

+ 1
- 1
Dockerfile.autobuild Voir le fichier

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



Chargement…
Annuler
Enregistrer