We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e30de0 commit 853f92bCopy full SHA for 853f92b
docker/Arkime/Arkime.dockerfile
@@ -39,8 +39,7 @@ ENV ARKIME_ADMIN_PASSWORD "selks-user"
39
ENV ARKIME_HOSTNAME "arkime"
40
ENV ARKIMEDIR "/opt/arkime"
41
42
-RUN apt-get update && apt-get install -y libpcre3 libyaml-0-2 libssl1.1 libmagic1 curl libwww-perl libjson-perl
43
-
+RUN apt-get update && apt-get install -y libpcre3 libyaml-0-2 libssl3 libmagic1 curl libwww-perl libjson-perl
44
COPY --from=installer $ARKIMEDIR $ARKIMEDIR
45
46
COPY start-arkimeviewer.sh /start-arkimeviewer.sh
0 commit comments