Remove duplicate lua-zlib install line.

This commit is contained in:
Sam Whited 2015-10-23 13:50:25 -05:00
parent 9cbebe220d
commit 2b420fa628

View file

@ -22,7 +22,6 @@ RUN apt-get update \
lua-sec \
lua-socket \
lua-zlib \
lua-zlib \
lua5.1 \
openssl \
&& rm -rf /var/lib/apt/lists/*