Makefile: Do not mount /etc/ssl when running

This commit is contained in:
Collin J. Doering 2024-01-04 21:41:32 -05:00
parent 1d3d3b47b3
commit 2bc5f9229c
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ run: build
@docker run --rm -it \
-v /var/guix/daemon-socket/socket:/var/guix/daemon-socket/socket \
-v /gnu/store:/gnu/store:ro \
-v /etc/ssl:/etc/ssl:ro \
$(IMAGE_NAME):latest
.PHONY: run-no-store