Skip to content

Commit

Permalink
fix(libffi): addition
Browse files Browse the repository at this point in the history
Signed-off-by: eyenx <[email protected]>
  • Loading branch information
eyenx committed Oct 31, 2021
1 parent a9664f7 commit ad86075
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 <[email protected]>"
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 \
Expand Down

0 comments on commit ad86075

Please sign in to comment.