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