From 272439bc09e566c9bfcf2e12e5e2435bc63922a1 Mon Sep 17 00:00:00 2001 From: Raoul Millais Date: Tue, 6 Aug 2019 11:11:44 +0100 Subject: [PATCH] fix(launch): don't mount SSH_AGENT sock --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index d4da67ad..1242a641 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,6 @@ run: docker-build ## Runs the simulator - the build stage of the container runs -v $(SIMULATOR_CONFIG_FILE):/app/simulator.yaml \ -v $(SIMULATOR_AWS_CREDS_PATH):/home/launch/.aws \ -v $(SSH_CONFIG_PATH):/home/launch/.ssh \ - -v $(SSH_AUTH_SOCK_DIR):$(SSH_AUTH_SOCK_DIR) \ - -e SSH_AUTH_SOCK \ -e AWS_ACCESS_KEY_ID \ -e AWS_REGION \ -e AWS_DEFAULT_REGION \