make trivy happy

Ricard Illa 2022-08-24 10:03:23 +02:00
parent 46e5c50b4b
commit 0d4aab0aaa
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.16
ADD entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh && \
apk add --no-cache go-sendxmpp && \