From 5359637ec19563cc164f1fa071210ead2989df08 Mon Sep 17 00:00:00 2001 From: Benjamin Schimke Date: Thu, 1 Aug 2024 11:39:03 +0200 Subject: [PATCH] fix k8s-snap Dockerfile (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --------- Co-authored-by: Berkay Tekin Öz --- templates/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/docker/Dockerfile b/templates/docker/Dockerfile index d4fa413e..b1469485 100644 --- a/templates/docker/Dockerfile +++ b/templates/docker/Dockerfile @@ -43,8 +43,8 @@ RUN apt-get update \ ## NOTE(neoaggelos): Go version used to build components ## !!!IMPORTANT!!! Keep up to date with "snapcraft.yaml:parts.build-deps.build-snaps.go" -ADD install-go.sh -RUN install-go.sh 1.22 && ln -s /usr/local/go/bin/go /usr/local/bin/go +ADD install-go.sh / +RUN /install-go.sh 1.22 && ln -s /usr/local/go/bin/go /usr/local/bin/go ## Prepare build environment ENV SNAPCRAFT_PART_INSTALL=/out