Install more recent libssl

This commit is contained in:
Lloyd Watkin 2014-11-14 13:36:35 +00:00
parent 0bc154e889
commit 329202e73b

View file

@ -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