We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a449f7 commit 6b25b59Copy full SHA for 6b25b59
apps/proxy/tools/certbot/Dockerfile
@@ -19,7 +19,7 @@ RUN apk add --no-cache \
19
fuse-dev \
20
curl-dev
21
22
-RUN git clone https://github.com/supabase/s3fs-fuse.git --branch s3/support-endpoint-with-uris && \
+RUN git clone https://github.com/supabase/s3fs-fuse.git --depth 1 --branch s3/support-endpoint-with-uris && \
23
cd s3fs-fuse && \
24
./autogen.sh && \
25
./configure && \
0 commit comments