Skip to content

Commit

Permalink
fix: tini installation on cloudbuild (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc authored Jan 8, 2024
1 parent 507f898 commit 1ab3ce6
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 1ab3ce6

Please sign in to comment.