Skip to content

Commit

Permalink
fix(clearndr): fix arkime docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Dec 13, 2024
1 parent 8943def commit cc3580e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/clearndr/Arkime/Dockerfile.arkime
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN $ARKIMEDIR/bin/arkime_update_geo.sh

# add config

FROM debian:bullseye as runner
FROM debian:bookworm as runner

# Declare args

Expand All @@ -37,7 +37,7 @@ ENV ARKIME_ADMIN_PASSWORD "selks-user"
ENV ARKIME_HOSTNAME "arkime"
ENV ARKIMEDIR "/opt/arkime"

RUN apt-get update && apt-get install -y libpcre3 libyaml-0-2 libssl1.1 libmagic1 curl libwww-perl libjson-perl
RUN apt-get update && apt-get install -y libpcre3 libyaml-0-2 libssl3 libmagic1 curl libwww-perl libjson-perl libpcap0.8 libglib2.0-0 libyara9 libmaxminddb0

COPY --from=installer $ARKIMEDIR $ARKIMEDIR

Expand Down

0 comments on commit cc3580e

Please sign in to comment.