Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1uk authored Feb 17, 2024
1 parent a70d570 commit a8a087e
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 @@ -6,7 +6,7 @@ FROM anniesoft/toolanalysis:base
### Run the following commands as super user (root):
USER root

Run cd ToolAnalysis; bash -c "source Setup.sh && git checkout -- . && make update && make"
Run cd ToolAnalysis; bash -c "source Setup.sh && git checkout -- . && make update && make clean && make && make"

### Open terminal
CMD ["/bin/bash"]
Expand Down

0 comments on commit a8a087e

Please sign in to comment.