We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0627914 commit a0dcd4cCopy full SHA for a0dcd4c
projects/hpn-ssh/Dockerfile
@@ -16,7 +16,7 @@
16
17
FROM gcr.io/oss-fuzz-base/base-builder
18
RUN apt-get update && apt-get install -y make autoconf automake libtool
19
-RUN apt-get install -y libz-dev libssl1.1 libssl-dev libedit-dev zip libpkcs11
+RUN apt-get install -y libz-dev libssl1.1 libssl-dev libedit-dev zip
20
RUN git clone https://github.com/rapier1/hpn-ssh
21
RUN git clone --depth 1 https://github.com/djmdjm/openssh-fuzz-cases
22
WORKDIR hpn-ssh
0 commit comments