From a710a0c9661f7420498dfd9f7f76d53f5db32eb2 Mon Sep 17 00:00:00 2001 From: Mindfang Date: Mon, 22 Jan 2024 21:15:03 -0600 Subject: [PATCH] Point to new ContainerTools repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ebdb3b..d83516b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ ADD https://github.com/just-containers/s6-overlay/releases/latest/download/s6-ov ADD https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh /usr/local/bin/wait-for-it # Download common tools -ADD https://bitbucket.org/Gethec/projecttools/raw/master/DockerUtilities/ContainerTools /usr/bin/ContainerTools +ADD https://gitea.taco.quest/Mindfang/ProjectTools/raw/branch/main/DockerUtilities/ContainerTools /usr/bin/ContainerTools # Install S6-Overlay and Wait-For-It RUN chmod u+x /usr/local/bin/wait-for-it /etc/s6-overlay/scripts/initializer && \