Skip to content

Commit 347e09c

Browse files
committed
chore: remove unused statements
1 parent 6eaa207 commit 347e09c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Dockerfile

-18
Original file line numberDiff line numberDiff line change
@@ -718,24 +718,6 @@ RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --nodoc
718718
####################
719719
# internal/supautils.yml
720720
####################
721-
FROM ccache as supautils-source
722-
ARG supautils_release
723-
ARG supautils_release_checksum
724-
ADD --checksum=${supautils_release_checksum} \
725-
"https://github.com/supabase/supautils/archive/refs/tags/v${supautils_release}.tar.gz" /tmp/supautils.tar.gz
726-
RUN tar -xvf /tmp/supautils.tar.gz -C /tmp && \
727-
rm -rf /tmp/supautils.tar.gz
728-
# Install build dependencies
729-
RUN apt-get update && apt-get install -y \
730-
libicu-dev \
731-
&& rm -rf /var/lib/apt/lists/*
732-
# Build from source
733-
WORKDIR /tmp/supautils-${supautils_release}
734-
RUN --mount=type=cache,target=/ccache,from=public.ecr.aws/supabase/postgres:ccache \
735-
make -j$(nproc)
736-
# Create debian package
737-
RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --nodoc
738-
739721
FROM base as supautils
740722
# Download package archive
741723
ARG supautils_release

0 commit comments

Comments
 (0)