From a594aafd7bc91e7319b15d0284c0e5033274f244 Mon Sep 17 00:00:00 2001 From: Rory de Zoete Date: Tue, 23 Aug 2022 13:29:37 +0200 Subject: [PATCH] Reduce giga layer --- Dockerfile.compute-node | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.compute-node b/Dockerfile.compute-node index cce2c4e3df..8afad9fffd 100644 --- a/Dockerfile.compute-node +++ b/Dockerfile.compute-node @@ -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