From 34e56d52fca8797e2f0cde9a3bdfbbce71e9abe1 Mon Sep 17 00:00:00 2001 From: Ella Schwarz Date: Fri, 5 Feb 2021 18:04:34 -0800 Subject: [PATCH] Moved CMD command --- dockerfiles/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 1a722a9c..5a505fd9 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -40,6 +40,8 @@ RUN git clone https://github.com/ucb-bar/chipyard.git && \ git checkout $CHIPYARD_HASH && \ ./scripts/ubuntu-req.sh 1>/dev/null +CMD ["/bin/sh"] + # BUILD IMAGE WITH TOOLCHAINS @@ -65,5 +67,3 @@ RUN cd chipyard && \ ENTRYPOINT ["chipyard/scripts/entrypoint.sh"] # END IMAGE CUSTOMIZATIONS - -CMD ["/bin/sh"]