grim/containers/prosody

Add libicu-dev as prosody needs that now
draft default tip
2022-01-16, Gary Kramlich
e5dad70fd8d0
Parents bdfca421dff8
Children
Add libicu-dev as prosody needs that now
  • +1 -1
    Dockerfile
  • --- a/Dockerfile Thu Feb 11 07:57:56 2021 -0600
    +++ b/Dockerfile Sun Jan 16 13:39:25 2022 -0600
    @@ -6,7 +6,7 @@
    apt-get install -y --no-install-recommends \
    build-essential ca-certificates pkg-config wget \
    lua5.2 liblua5.2-dev \
    - libidn11-dev libidn2-dev libssl-dev \
    + libicu-dev libidn11-dev libidn2-dev libssl-dev \
    lua-bitop lua-dbi-sqlite3 lua-event lua-expat \
    lua-filesystem lua-sec lua-socket \
    vim procps telnet \