From 329202e73b42d2f9bc7a37d1ef9869fb121c09d1 Mon Sep 17 00:00:00 2001 From: Lloyd Watkin Date: Fri, 14 Nov 2014 13:36:35 +0000 Subject: [PATCH] Install more recent libssl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7615a89..8735038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update RUN apt-get upgrade -y RUN apt-get install -y openssl lua5.1 lua-expat lua-socket lua-filesystem \ libidn11 lua-event lua-zlib lua-dbi-mysql lua-dbi-postgresql \ - libssl0.9.8 lua-dbi-sqlite3 lua-sec lua-zlib liblua5.1-expat0 + lua-dbi-sqlite3 libssl1.0.0 lua-sec lua-zlib liblua5.1-expat0 COPY ./prosody.deb /data/prosody.deb