Skip to content

Commit

Permalink
user
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed May 6, 2024
1 parent 78d3358 commit 7427c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.ruby32
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7427c6c

Please sign in to comment.