1
0
Fork 0
forked from mirror/prosody

TEST: Add libidn11

This commit is contained in:
Sara Aimée Smiseth 2020-05-25 18:51:40 +02:00
parent 921f31d42a
commit e7b6fabe78

View file

@ -3,6 +3,7 @@ FROM balenalib/rpi-raspbian
RUN apt-get update \ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \ && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libevent-dev `# this is no build dependency, but needed for luaevent` \ libevent-dev `# this is no build dependency, but needed for luaevent` \
libidn11 \
lua5.2 \ lua5.2 \
lua-bitop \ lua-bitop \
lua-expat \ lua-expat \