diff --git a/Dockerfile b/Dockerfile index 8da86aa7..12d80beb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM pulumi/pulumi:3.129.0 -RUN apt-get update && apt-get install tini && apt-get clean +RUN apt-get update \ + && apt-get install tini \ + && apt-get clean ENTRYPOINT ["tini", "--", "/usr/local/bin/pulumi-kubernetes-operator"] # install operator binary @@ -18,5 +20,4 @@ ENV XDG_CONFIG_HOME=/tmp/.config ENV XDG_CACHE_HOME=/tmp/.cache ENV XDG_CONFIG_CACHE=/tmp/.cache ENV GOCACHE=/tmp/.cache/go-build -ENV GOPATH=/tmp/.cache/go - +ENV GOPATH=/tmp/.cache/go \ No newline at end of file