osic-stacks/stacks/analog-heavy/arch.Dockerfile

15 lines
367 B
Docker
Raw Normal View History

2023-09-06 20:32:45 +00:00
# OSIC Stacks - analog-heavy-arch
# Dev enviroment for analog circuits development using xschem and klayout.
FROM osicstack-base-arch
# Update packages
RUN sudo pacman -Syuq --noconfirm
# Install packages
RUN sudo aur-install xschem glu magic klayout
2023-09-06 20:32:45 +00:00
# Clean cache
RUN sudo pacman -Scc
# Initialize the enviroment keeping container alive
CMD ["sleep", "infinity"]