Skip to content

Commit

Permalink
chore: remove unneeded git handling
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Feb 14, 2024
1 parent 587140c commit c8eb6a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
WORKDIR /tmp/plv8-${plv8_release}
ENV DOCKER=1
RUN --mount=type=cache,target=/ccache,from=public.ecr.aws/supabase/postgres:ccache \
git init && \
rm -rf deps/v8-cmake/ && \
git submodule add https://github.com/bnoordhuis/v8-cmake.git deps/v8-cmake/ && \
git submodule update --init --recursive && \
make
# Create debian package
RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --nodoc
Expand Down

0 comments on commit c8eb6a7

Please sign in to comment.