Skip to content

Commit 853f92b

Browse files
Update Arkime.dockerfile
1 parent 9e30de0 commit 853f92b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Arkime/Arkime.dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ ENV ARKIME_ADMIN_PASSWORD "selks-user"
3939
ENV ARKIME_HOSTNAME "arkime"
4040
ENV ARKIMEDIR "/opt/arkime"
4141

42-
RUN apt-get update && apt-get install -y libpcre3 libyaml-0-2 libssl1.1 libmagic1 curl libwww-perl libjson-perl
43-
42+
RUN apt-get update && apt-get install -y libpcre3 libyaml-0-2 libssl3 libmagic1 curl libwww-perl libjson-perl
4443
COPY --from=installer $ARKIMEDIR $ARKIMEDIR
4544

4645
COPY start-arkimeviewer.sh /start-arkimeviewer.sh

0 commit comments

Comments
 (0)