Add glu to the package list (required for magic)

This commit is contained in:
Mario Romero 2023-09-06 20:51:52 -03:00
parent 393dbb45c3
commit 5f23724b2d

View File

@ -6,7 +6,7 @@ FROM osicstack-base-arch
RUN sudo pacman -Syuq --noconfirm
# Install packages
RUN sudo aur-install xschem magic klayout
RUN sudo aur-install xschem glu magic klayout
# Clean cache
RUN sudo pacman -Scc