Skip to content

Commit f69de5d

Browse files
authored
Merge pull request fooinha#27 from fooinha/fix/docker/26
nginx-ssl-ja3: fix python installation in docker image
2 parents 5c973b0 + cedec49 commit f69de5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/debian-nginx-ssl-ja3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --fix-missing \
4040
mercurial \
4141
ngrep \
4242
procps \
43-
python \
43+
python3 \
4444
telnet \
4545
tcpflow \
4646
valgrind \

0 commit comments

Comments
 (0)