Install ca-certificates on image

This commit is contained in:
akiel
2020-08-14 16:35:39 +02:00
parent 3da587e98c
commit 9f19deb8ed
+1
View File
@@ -1,4 +1,5 @@
FROM alpine:3.10
RUN apk --no-cache add ca-certificates
RUN wget https://github.com/aleph-engineering/rocketchat-notification/releases/download/1.4.1/rocketchat-notification -P /usr/bin/ && chmod +x /usr/bin/rocketchat-notification
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]