Add digital stack
This commit is contained in:
parent
86d5870129
commit
0c3674ac20
17
stacks/digital-ator/arch.Dockerfile
Normal file
17
stacks/digital-ator/arch.Dockerfile
Normal file
@ -0,0 +1,17 @@
|
||||
# OSIC Stacks - analog-xk-arch
|
||||
# Dev enviroment for analog circuits development using xschem and klayout.
|
||||
FROM osicstack-base-arch
|
||||
|
||||
# Update packages
|
||||
RUN pacman -Syuq --noconfirm
|
||||
|
||||
# Install packages
|
||||
RUN aur-install verilator gtkwave base-devel cmake
|
||||
|
||||
# Clean cache
|
||||
RUN pacman -Scc
|
||||
|
||||
USER designer
|
||||
|
||||
# Initialize the enviroment keeping container alive
|
||||
CMD ["sleep", "infinity"]
|
Loading…
Reference in New Issue
Block a user