mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-23 11:31:12 -06:00
Use 2023 docker image as base
This commit is contained in:
4
makefile
4
makefile
@@ -36,6 +36,10 @@ show_tools_version:
|
||||
printvars:
|
||||
docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash -c "cd /opt/repo/book && make printvars"
|
||||
|
||||
.PHONY: print_os_version
|
||||
print_os_version:
|
||||
docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash -c "cat /etc/*release"
|
||||
|
||||
.PHONY: start_shell
|
||||
start_shell:
|
||||
docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user