diff --git a/cloudbuild/secret_setup.Dockerfile b/cloudbuild/secret_setup.Dockerfile index c12b2dab9..8ae2e00a6 100644 --- a/cloudbuild/secret_setup.Dockerfile +++ b/cloudbuild/secret_setup.Dockerfile @@ -1,7 +1,7 @@ ARG TAG_VERSION FROM supabase/logflare:${TAG_VERSION} -RUN apk add tini +RUN apt-get update && apt-get -y install tini RUN echo $RANDOM | md5sum | head -c 20 > /tmp/.magic_cookie COPY .secrets.env /tmp/.secrets.env COPY gcloud.json gcloud.json