Skip to content

Commit fabad22

Browse files
committed
changes to dockerfile for elastalert upgrade
1 parent 3c4ddd2 commit fabad22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:2.7-alpine
22

33
ENV ELASTALERT_VERSION 0.1.14
44

5-
RUN apk add --update alpine-sdk \
5+
RUN apk add --update alpine-sdk libffi-dev openssl-dev openssl \
66
&& pip install elastalert==$ELASTALERT_VERSION
77

88
WORKDIR /app/elastalert

0 commit comments

Comments
 (0)