aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/openssh/Dockerfile
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2021-08-26 15:42:34 +1000
committerGravatar GitHub <noreply@github.com>2021-08-26 15:42:34 +1000
commit878c32419cdf89457d1f1be616d4896fc2586160 (patch)
treeb292287ae9ea883c6269bc3ca1dcaa8c79cf6c5d /projects/openssh/Dockerfile
parent5549d804b3640462549401597cfef382911b3933 (diff)
Revert "[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)" (#6306)
Diffstat (limited to 'projects/openssh/Dockerfile')
-rw-r--r--projects/openssh/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openssh/Dockerfile b/projects/openssh/Dockerfile
index e2cf2577..929d57c2 100644
--- a/projects/openssh/Dockerfile
+++ b/projects/openssh/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool
-RUN apt-get install -y libz-dev libssl1.1 libssl-dev libedit-dev zip
+RUN apt-get install -y libz-dev libssl1.0.0 libssl-dev libedit-dev zip
RUN git clone --depth 1 https://github.com/openssh/openssh-portable openssh
RUN git clone --depth 1 https://github.com/djmdjm/openssh-fuzz-cases
WORKDIR openssh