Skip to content

Commit

Permalink
Fix path for requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsadhi committed Aug 9, 2019
1 parent 2ef38a7 commit 824fc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN echo 'export TIGRESS_HOME=/home/argon/tools/tigress-2.2' >> /home/argon/.bas
# Install Argon
RUN wget https://github.com/elm3nt/argon-cli/archive/v0.1.0.zip && unzip v0.1.0.zip && \
rm v0.1.0.zip
RUN sudo pip3 install -U -r /home/argon/tools/argon-cli/requirements.txt
RUN sudo pip3 install -U -r /home/argon/tools/argon-cli-0.1.0/requirements.txt

# Add path of Argon, Tigress and Klee
RUN echo 'export PATH=$PATH:/home/argon/tools/tigress-2.2' >> /home/argon/.bashrc
Expand Down

0 comments on commit 824fc47

Please sign in to comment.