From b8246bd83562da81ff24b4359994c2578d57bb18 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Thu, 6 Feb 2025 13:48:48 +0000 Subject: [PATCH] Fix a typo in the default command (unused). --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c40669..341bbb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,4 @@ ADD template-linux.pom ./ ADD template-windows.pom ./ ADD tor-build/Makefile ./tor-build/ -CMD ./build-tor.py +CMD ./build_tor.py -- GitLab