docker-ci: ajoute libicu-dev
authorJean Privat <jean@pryen.org>
Thu, 20 Jun 2019 15:19:53 +0000 (11:19 -0400)
committerJean Privat <jean@pryen.org>
Thu, 20 Jun 2019 15:19:53 +0000 (11:19 -0400)
misc/docker/ci/Dockerfile

index e4ba62b..69dbc45 100644 (file)
@@ -13,6 +13,7 @@ RUN dpkg --add-architecture i386 \
                graphviz \
                libunwind-dev \
                pkg-config \
+               libicu-dev \
                # Get the code!
                git \
                ca-certificates \