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 587140c commit c8eb6a7Copy full SHA for c8eb6a7
Dockerfile
@@ -462,10 +462,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
462
WORKDIR /tmp/plv8-${plv8_release}
463
ENV DOCKER=1
464
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 && \
469
make
470
# Create debian package
471
RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --nodoc
0 commit comments