Add missing ca-certificates, needed for slack webhook (#657)

This commit is contained in:
Zsolt
2018-05-24 02:16:13 +01:00
committed by Kota Kanbe
parent 3dcc58205a
commit 92f36ca558

View File

@@ -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/