Already on user designer

This commit is contained in:
Mario Romero 2023-09-06 11:27:28 -03:00
parent cf862afc6b
commit 979f886e20

View File

@ -3,15 +3,13 @@
FROM osicstack-base-arch FROM osicstack-base-arch
# Update packages # Update packages
RUN pacman -Syuq --noconfirm RUN sudo pacman -Syuq --noconfirm
# Install packages # Install packages
RUN aur-install verilator gtkwave base-devel cmake RUN sudo aur-install verilator gtkwave base-devel cmake
# Clean cache # Clean cache
RUN pacman -Scc RUN sudo pacman -Scc
USER designer
# Initialize the enviroment keeping container alive # Initialize the enviroment keeping container alive
CMD ["sleep", "infinity"] CMD ["sleep", "infinity"]