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 76c34b2 commit d16e5d5Copy full SHA for d16e5d5
Dockerfile
@@ -29,7 +29,7 @@ LABEL maintainer="BitSensor <[email protected]>"
29
# Set timezone for this container
30
ENV TZ Etc/UTC
31
32
-RUN apk add --update --no-cache curl tzdata python2 make
+RUN apk add --update --no-cache curl tzdata python2 make libmagic
33
34
COPY --from=py-ea /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages
35
COPY --from=py-ea /opt/elastalert /opt/elastalert
0 commit comments