File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ENV HOME=/opt/app-root \
23
23
LISP_VERSION=1.0 \
24
24
SBCL_VERSION=2.4.4 \
25
25
LIBEV_VERSION=4.33 \
26
- LIBSSH2_VERSION=1.10 .0 \
26
+ LIBSSH2_VERSION=1.11 .0 \
27
27
LISP_BASE_BUILD_DATE="Thu 16 Mar 2023 07:49:06 AM EDT"
28
28
29
29
RUN rm /etc/rhsm-host && \
@@ -50,8 +50,8 @@ RUN curl -O "http://dist.schmorp.de/libev/Attic/libev-${LIBEV_VERSION}.tar.gz" &
50
50
rm -rf libev*
51
51
52
52
# Build libssh2 from source since it is not available in ubi8-base nor ubi8-app-stream repos
53
- RUN curl -O "https://www. libssh2.org/download/libssh2-${LIBSSH2_VERSION}.tar.gz " && \
54
- tar xvf libssh2-${LIBSSH2_VERSION}.tar.gz && \
53
+ RUN curl -O "https://libssh2.org/download/libssh2-${LIBSSH2_VERSION}.tar.bz2 " && \
54
+ tar xvf libssh2-${LIBSSH2_VERSION}.tar.bz2 && \
55
55
cd libssh2-${LIBSSH2_VERSION} && \
56
56
./configure --prefix=/usr --with-crypto=openssl && \
57
57
make && \
You can’t perform that action at this time.
0 commit comments