Skip to content

Commit 5e461ea

Browse files
author
Ruben van Vreeland
committed
Add curl
1 parent 0714833 commit 5e461ea

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
@@ -6,7 +6,7 @@ FROM node:alpine
66
MAINTAINER BitSensor <[email protected]>
77
EXPOSE 3030
88

9-
RUN apk update && apk upgrade && apk add python2
9+
RUN apk update && apk upgrade && apk add --no-cache python2 curl
1010

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

0 commit comments

Comments
 (0)