mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-18 07:07:08 +02:00
Update Dockerfile (#1466)
This commit is contained in:
parent
498cf46391
commit
fb00d66747
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN apk --no-cache add ${BUILD_PACKAGES} && \
|
|||
python -m pip --no-cache-dir install virtualenv && \
|
||||
python -m virtualenv env && \
|
||||
source env/bin/activate && \
|
||||
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}
|
||||
COPY . .
|
||||
RUN chmod 0755 /algo/algo-docker.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue