瀏覽代碼

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

pull/311/head
winkidney 2 年之前
父節點
當前提交
3f1269e88e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Dockerfile.autobuild

+ 1
- 1
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



Loading…
取消
儲存