From c93840e656734fbf7e260ca8efcc665feaf686dd Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Sat, 24 Apr 2021 22:28:27 -0500 Subject: [PATCH] Changed libtorrent install prefix to the default for compatibility reasons --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9544412..dbd3c4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PREFIX=/opt/libtorrent +ARG PREFIX=/usr/local FROM alpine as builder