From ad86075fad78feb1c7af0bf9e1c6d75417b3cb50 Mon Sep 17 00:00:00 2001 From: eyenx Date: Sun, 31 Oct 2021 08:30:14 +0100 Subject: [PATCH] fix(libffi): addition Signed-off-by: eyenx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 539bc9b..06a611b 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 --noconfirm \ + && pacman -S base-devel perl libffi --noconfirm \ && pacman -Su --noconfirm \ && useradd -m aur \ && echo "aur ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers \