mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +02:00
remove --no-use-pep51 flag
This commit is contained in:
parent
75300cd936
commit
f64d1c250f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ WORKDIR /algo
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN apk --no-cache add ${BUILD_PACKAGES} && \
|
RUN apk --no-cache add ${BUILD_PACKAGES} && \
|
||||||
python -m pip --no-cache-dir install -U pip && \
|
python -m pip --no-cache-dir install -U pip && \
|
||||||
python -m pip --no-cache-dir install -r requirements.txt --no-use-pep51 && \
|
python -m pip --no-cache-dir install -r requirements.txt && \
|
||||||
apk del ${BUILD_PACKAGES}
|
apk del ${BUILD_PACKAGES}
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN chmod 0755 /algo/algo-docker.sh
|
RUN chmod 0755 /algo/algo-docker.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue