Compare commits
No commits in common. "main" and "20240527b" have entirely different histories.
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian/eol:buster-slim
|
||||
FROM debian:buster-slim
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
ENV TZ=America/New_York
|
||||
|
|
@ -39,4 +39,4 @@ RUN cat ./setup-env.sh >> .bashrc
|
|||
VOLUME /root/workspace
|
||||
WORKDIR /root/workspace
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
CMD ["/bin/bash"]
|
||||
|
|
@ -16,7 +16,7 @@ NORM=$(shell tput sgr0)
|
|||
ifeq ($(CONTAINER_NAME),)
|
||||
shell: .build
|
||||
$(info $(BOLD)Starting $(TOOLCHAIN_NAME)...$(NORM))
|
||||
docker run -it --rm -v "$(WORKSPACE_DIR)":/root/workspace $(TOOLCHAIN_NAME) /bin/bash -c "git config --global --add safe.directory '*' && exec bash"
|
||||
docker run -it --rm -v "$(WORKSPACE_DIR)":/root/workspace $(TOOLCHAIN_NAME) /bin/bash
|
||||
else
|
||||
shell:
|
||||
$(info $(BOLD)Connecting to running $(TOOLCHAIN_NAME)...$(NORM))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue