From a9a36613ca5c0a308ef32061315a92a05c8704b2 Mon Sep 17 00:00:00 2001 From: eyenx Date: Fri, 3 Dec 2021 23:53:18 +0100 Subject: [PATCH] fix(Dockerfile): add icu Signed-off-by: eyenx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06a611b..80fff7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM archlinux:latest LABEL org.opencontainers.image.authors="Toni Tauro " ADD docker-entrypoint.sh /docker-entrypoint.sh RUN pacman -Syy \ - && pacman -S base-devel perl libffi --noconfirm \ + && pacman -S base-devel perl libffi icu --noconfirm \ && pacman -Su --noconfirm \ && useradd -m aur \ && echo "aur ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers \