Already on user designer
This commit is contained in:
parent
cf862afc6b
commit
979f886e20
@ -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"]
|
Loading…
Reference in New Issue
Block a user