diff --git a/Makefile b/Makefile index bd760ab..97bc483 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ run: -v $(PWD)/ssh_config:/home/m/.ssh/config \ -v /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock \ -e SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock \ + -e TERM=$(TERM) \ -it \ $(DOCKER_IMAGE_NAME) @echo "Container started. Use 'make shell' to access it"