mirror of
https://github.com/pinry/pinry.git
synced 2026-02-25 07:41:08 +01:00
Fix #316: Fix build failure caused by new version of rcssmin build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user