Skip to content

Commit

Permalink
fix: tini installation on cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Jan 8, 2024
1 parent 507f898 commit 919e111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild/secret_setup.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 919e111

Please sign in to comment.