Reduce giga layer

This commit is contained in:
Rory de Zoete
2022-08-23 13:29:37 +02:00
parent ef2f5e305c
commit a594aafd7b

View File

@@ -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