Skip to content

Commit c8eb6a7

Browse files
committed
chore: remove unneeded git handling
1 parent 587140c commit c8eb6a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
462462
WORKDIR /tmp/plv8-${plv8_release}
463463
ENV DOCKER=1
464464
RUN --mount=type=cache,target=/ccache,from=public.ecr.aws/supabase/postgres:ccache \
465-
git init && \
466-
rm -rf deps/v8-cmake/ && \
467-
git submodule add https://github.com/bnoordhuis/v8-cmake.git deps/v8-cmake/ && \
468-
git submodule update --init --recursive && \
469465
make
470466
# Create debian package
471467
RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --nodoc

0 commit comments

Comments
 (0)