We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643a3df commit 40ce68aCopy full SHA for 40ce68a
1 file changed
dockerfiles/Dockerfile.dev
@@ -47,7 +47,7 @@ RUN apk add --no-cache \
47
RUN echo -e "\nYou are now in a development container. Run '\e\033[1mmake help\e\033[0m' to learn about\navailable make targets.\n" > /etc/motd \
48
&& echo -e "cat /etc/motd\nPS1=\"\e[0;32m\u@docker-cli-dev\\$ \e[0m\"" >> /root/.bashrc \
49
&& echo -e "source /etc/bash/bash_completion.sh" >> /root/.bashrc
50
-CMD ["bash"]
+CMD ["/bin/bash"]
51
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
52
ENV PATH=$PATH:/go/src/github.com/docker/cli/build
53
0 commit comments