osic-stacks/stacks/analog-heavy/arch.Dockerfile
2023-09-06 17:32:45 -03:00

15 lines
363 B
Docker

# 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 magic klayout
# Clean cache
RUN sudo pacman -Scc
# Initialize the enviroment keeping container alive
CMD ["sleep", "infinity"]