We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0714833 commit 5e461eaCopy full SHA for 5e461ea
Dockerfile
@@ -6,7 +6,7 @@ FROM node:alpine
6
MAINTAINER BitSensor <[email protected]>
7
EXPOSE 3030
8
9
-RUN apk update && apk upgrade && apk add python2
+RUN apk update && apk upgrade && apk add --no-cache python2 curl
10
11
COPY --from=py-ea /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages
12
COPY --from=py-ea /opt/elastalert /opt/elastalert
0 commit comments