Merge pull request #3539 from thaJeztah/easier_make

Improvements to makefile and development container
This commit is contained in:
Sebastiaan van Stijn
2022-04-30 11:07:02 +02:00
committed by GitHub
4 changed files with 39 additions and 15 deletions

View File

@ -29,8 +29,12 @@ RUN apk add --no-cache \
ca-certificates \
coreutils \
curl \
git
git \
jq \
nano
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 \
&& echo -e "cat /etc/motd\nPS1=\"\e[0;32m\u@docker-cli-dev\\$ \e[0m\"" >> /root/.bashrc
CMD bash
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
ENV PATH=$PATH:/go/src/github.com/docker/cli/build