Skip to content

Commit d16e5d5

Browse files
Fix libmagic dependency being absent in alpine container
1 parent 76c34b2 commit d16e5d5

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
@@ -29,7 +29,7 @@ LABEL maintainer="BitSensor <[email protected]>"
2929
# Set timezone for this container
3030
ENV TZ Etc/UTC
3131

32-
RUN apk add --update --no-cache curl tzdata python2 make
32+
RUN apk add --update --no-cache curl tzdata python2 make libmagic
3333

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

0 commit comments

Comments
 (0)