index
:
dockerimages
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nushin
/
victim
/
Dockerfile
blob: 1e0b9dfa5fdab1c43469946a1abacfcdfedfb07f (
plain
) (
blame
)
1
2
3
4
FROM
debian:buster-slim
RUN
apt
update
&&
apt
upgrade
-y
RUN
apt
install
snort
-y