Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit b73dbc9

Browse files
committed
fix smcr/secman-cli image by add unzip app to installation cmd
1 parent 750a21c commit b73dbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM debian
66

77
RUN apt-get update -y && apt-get upgrade -y
88
RUN apt-get install -y npm nodejs
9-
RUN apt-get install -y curl sudo wget
9+
RUN apt-get install -y curl sudo wget unzip
1010

1111
RUN curl -sL https://u.secman.dev | bash
1212
RUN secman init

0 commit comments

Comments
 (0)