Skip to content

Commit 6b25b59

Browse files
committed
clone from supabase
1 parent 3a449f7 commit 6b25b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/proxy/tools/certbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apk add --no-cache \
1919
fuse-dev \
2020
curl-dev
2121

22-
RUN git clone https://github.com/supabase/s3fs-fuse.git --branch s3/support-endpoint-with-uris && \
22+
RUN git clone https://github.com/supabase/s3fs-fuse.git --depth 1 --branch s3/support-endpoint-with-uris && \
2323
cd s3fs-fuse && \
2424
./autogen.sh && \
2525
./configure && \

0 commit comments

Comments
 (0)