Install more recent libssl
This commit is contained in:
parent
0bc154e889
commit
329202e73b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue