From 4c88dc465b269cc2953453ef425cc9bb00b9fed5 Mon Sep 17 00:00:00 2001 From: Mindfang Date: Wed, 24 Jan 2024 15:28:21 -0600 Subject: [PATCH] Update ContainerTools location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e383ae8..f1736e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ADD https://github.com/just-containers/s6-overlay/releases/latest/download/s6-ov ADD https://github.com/just-containers/s6-overlay/releases/latest/download/s6-overlay-x86_64.tar.xz /tmp # Download common tools -ADD https://gitea.taco.quest/Mindfang/ProjectTools/raw/branch/main/DockerUtilities/ContainerTools /usr/local/sbin/ContainerTools +ADD https://gitea.taco.quest/Mindfang/ProjectTools/raw/branch/main/DockerUtilities/bash/ContainerTools /usr/local/sbin/ContainerTools # Upgrade installed packages, install new ones RUN apk --no-cache add \