There was an error while loading. Please reload this page.
smcr/secman-cli
unzip
1 parent 750a21c commit b73dbc9Copy full SHA for b73dbc9
1 file changed
cli/Dockerfile
@@ -6,7 +6,7 @@ FROM debian
6
7
RUN apt-get update -y && apt-get upgrade -y
8
RUN apt-get install -y npm nodejs
9
-RUN apt-get install -y curl sudo wget
+RUN apt-get install -y curl sudo wget unzip
10
11
RUN curl -sL https://u.secman.dev | bash
12
RUN secman init
0 commit comments