mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-21 23:20:40 +00:00
Reduce giga layer
This commit is contained in:
@@ -53,7 +53,8 @@ RUN wget https://github.com/plv8/plv8/archive/refs/tags/v3.1.3.tar.gz && \
|
||||
cd plv8-3.1.3 && \
|
||||
export PATH="/usr/local/pgsql/bin:$PATH" && \
|
||||
make && \
|
||||
make install
|
||||
make install && \
|
||||
rm -rf /plv8-*
|
||||
|
||||
# Compile and run the Neon-specific `compute_ctl` binary
|
||||
FROM 369495373322.dkr.ecr.eu-central-1.amazonaws.com/rust:$COMPUTE_TOOLS_TAG AS compute-tools
|
||||
|
||||
Reference in New Issue
Block a user