diff --git a/docker/goreleaser/Dockerfile b/docker/goreleaser/Dockerfile index 37c9dafc6d..d325f2b92a 100644 --- a/docker/goreleaser/Dockerfile +++ b/docker/goreleaser/Dockerfile @@ -120,3 +120,8 @@ RUN apt-get update && apt-get install -y nodejs RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin RUN rm -rf /var/lib/apt/lists/* /var/log/apt/* /tmp/* /var/tmp/* + + +RUN curl -fsSL https://get.namespace.so/cloud/install.sh | NS_ROOT=/usr/local sh && exit 0 +ENV NS_ROOT=/usr/local/bin +ENV PATH=${PATH}:/usr/local/bin