Browse Source

add-security-scanners

add-security-scanners
fedy95 4 years ago
parent
commit
caec635883
  1. 2
      image/Dockerfile

2
image/Dockerfile

@ -3,7 +3,7 @@ FROM alpine:3.14
WORKDIR /src
RUN \
apk update && apk upgrade && \
apk add --no-cache git openssl wget && \
apk add --no-cache git openssl-1.1.1k-r1 wget && \
git clone https://github.com/acmesh-official/acme.sh.git && \
apk del git