Skip to content

Commit 40ce68a

Browse files
committed
fix(dockerfiles): Use /bin/bash instead of bash
1 parent 643a3df commit 40ce68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN apk add --no-cache \
4747
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 \
4848
&& echo -e "cat /etc/motd\nPS1=\"\e[0;32m\u@docker-cli-dev\\$ \e[0m\"" >> /root/.bashrc \
4949
&& echo -e "source /etc/bash/bash_completion.sh" >> /root/.bashrc
50-
CMD ["bash"]
50+
CMD ["/bin/bash"]
5151
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
5252
ENV PATH=$PATH:/go/src/github.com/docker/cli/build
5353

0 commit comments

Comments
 (0)