From 7427c6ceab9fa7ba1e121bfce761f5043162d97f Mon Sep 17 00:00:00 2001 From: Saket Chaudhary Date: Mon, 6 May 2024 19:51:59 +0530 Subject: [PATCH] user --- dockerfiles/Dockerfile.ruby32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.ruby32 b/dockerfiles/Dockerfile.ruby32 index 2c626cf..c175ab6 100644 --- a/dockerfiles/Dockerfile.ruby32 +++ b/dockerfiles/Dockerfile.ruby32 @@ -5,7 +5,7 @@ RUN apt update # curl - downloads the prebuilt NR Lambda extension # python3/pip3 - for the AWS CLI # zip/unzip - for building AWS Lambda layers .zip files -RUN apt install -y curl python3 python3-pip unzip zip +RUN apt install -y curl python3 python3-pip python3.11-venv unzip zip RUN useradd -m newrelic-lambda-layers USER newrelic-lambda-layers