From a30f53d1251023b3f4f04fe0338bc4f708cd75c0 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Fri, 26 Nov 2021 00:07:30 +0100 Subject: [PATCH] utility image is docker free --- Dockerfile.utility | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.utility b/Dockerfile.utility index a43ad45..3262d62 100644 --- a/Dockerfile.utility +++ b/Dockerfile.utility @@ -4,5 +4,5 @@ RUN apt-get -qq update && \ apt-get -qq dist-upgrade && \ apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests git debhelper && \ apt-get -qq clean && \ - lsb_release -a && uname -a && python3 --version && go version + lsb_release -a && uname -a && python3 --version -- GitLab