소스 검색

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



불러오는 중...
취소
저장