add openssl
This commit is contained in:
parent
b5f95d3fc9
commit
ec883f6b16
@ -4,7 +4,7 @@ ARG USER="user"
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
|
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
|
||||||
apk add --no-cache kubectl gpg gpg-agent bash trivy@testing curl helm && \
|
apk add --no-cache kubectl openssl gpg gpg-agent bash trivy@testing curl helm && \
|
||||||
addgroup $USER && \
|
addgroup $USER && \
|
||||||
adduser -G $USER -D $USER
|
adduser -G $USER -D $USER
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user