Copy 'deb' file into place

This commit is contained in:
Lloyd Watkin 2014-11-13 20:32:41 +00:00
parent 542599556b
commit 3c732b2f5a

View file

@ -16,7 +16,7 @@ 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
COPY ./build-file.deb /data/prosody.deb
COPY ./prosody.deb /data/prosody.deb
RUN dpkg -i /data/prosody.deb