Skip to content

Commit

Permalink
fix(Dockerfile): add icu
Browse files Browse the repository at this point in the history
Signed-off-by: eyenx <eye@eyenx.ch>
  • Loading branch information
eyenx committed Dec 3, 2021
1 parent ad86075 commit a9a3661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM archlinux:latest
LABEL org.opencontainers.image.authors="Toni Tauro <eye@eyenx.ch>"
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 \
Expand Down

0 comments on commit a9a3661

Please # to comment.