We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bd9908 + 48dbdc6 commit ffdfc5fCopy full SHA for ffdfc5f
dockerfiles/Dockerfile.dev
@@ -50,7 +50,7 @@ RUN apk add --no-cache \
50
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 \
51
&& echo -e "cat /etc/motd\nPS1=\"\e[0;32m\u@docker-cli-dev\\$ \e[0m\"" >> /root/.bashrc \
52
&& echo -e "source /etc/bash/bash_completion.sh" >> /root/.bashrc
53
-CMD bash
+CMD ["/bin/bash"]
54
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
55
ENV PATH=$PATH:/go/src/github.com/docker/cli/build
56
0 commit comments