diff --git a/setup/docker/vuls/latest/Dockerfile b/setup/docker/vuls/latest/Dockerfile index 14fb3a3a..c62cb5fc 100644 --- a/setup/docker/vuls/latest/Dockerfile +++ b/setup/docker/vuls/latest/Dockerfile @@ -19,7 +19,9 @@ MAINTAINER hikachan sadayuki-matsuno ENV LOGDIR /var/log/vuls ENV WORKDIR /vuls -RUN apk add --no-cache openssh-client \ +RUN apk add --no-cache \ + openssh-client \ + ca-certificates \ && mkdir -p $WORKDIR $LOGDIR COPY --from=builder /go/bin/vuls /usr/local/bin/