Skip to content

Commit bd17141

Browse files
Improve Dockerfile
1 parent 9d7429e commit bd17141

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
FROM ivankrizsan/elastalert AS py-ea
2-
# Uses BitSensor's elastalert, or yelp master if commented out
3-
# ENV ELASTALERT_URL https://github.com/bitsensor/yelp-elastalert/archive/master.zip
4-
52
FROM node:alpine
6-
LABEL maintainer="[email protected]"
3+
LABEL maintainer="BitSensor <[email protected]>"
74
EXPOSE 3030
85

9-
RUN apk update && apk add --no-cache python2 curl
6+
RUN apk add --update --no-cache python2 curl make
107

118
COPY --from=py-ea /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages
129
COPY --from=py-ea /opt/elastalert /opt/elastalert

0 commit comments

Comments
 (0)