aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/openssh/Dockerfile
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-26 09:53:49 -0700
committerGravatar GitHub <noreply@github.com>2021-08-26 09:53:49 -0700
commit03d18372d5712c786126378277e58c51e3d09e87 (patch)
tree835895588f6c1addee4c2b02d3af0d9f23130484 /projects/openssh/Dockerfile
parent7ca003732dfedb82c6dc189e21f6d3d3ff17d25f (diff)
Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313)
This reverts commit 878c32419cdf89457d1f1be616d4896fc2586160. Related: #6180
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 929d57c2..e2cf2577 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.0.0 libssl-dev libedit-dev zip
+RUN apt-get install -y libz-dev libssl1.1 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