Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ibiem2020
IBIEM2020
Commits
77d68764
Commit
77d68764
authored
Mar 24, 2021
by
josh
Browse files
Trying to install shi7
parent
5cb4f8c1
Pipeline
#204479
passed with stage
in 1 second
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
77d68764
...
...
@@ -391,6 +391,16 @@ RUN mkdir kaiju && \
mv
kaiju/bin/
*
$MANUAL_BIN
&&
\
rm
-rf
kaiju
# --------------------
# shi7
# --------------------
RUN
curl
-L
-s
-o
shi7.tar.gz https://github.com/knights-lab/shi7/archive/refs/tags/v1.0.2.tar.gz
&&
\
pip3
install
--no-cache-dir
shi7.tar.gz
&&
\
rm
shi7.tar.gz
# --------------------
# Final apt cleanup
# --------------------
RUN
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment