Skip to content

Commit

Permalink
rectify version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed May 7, 2024
1 parent cffedcd commit 4550a78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/Dockerfile.ruby32
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ WORKDIR /home/newrelic-lambda-layers
RUN pip3 install -U awscli --user --no-cache-dir --break-system-packages
ENV PATH /home/newrelic-lambda-layers/.local/bin/:$PATH

RUN echo $AWS_ACCESS_KEY_ID
RUN aws s3 ls
# Ruby layer building depends on the shared `libBuild.sh` script but is
# otherwise independent. Copy over only what we need to build Ruby layers.
COPY --chown=newrelic-lambda-layers libBuild.sh .
COPY --chown=newrelic-lambda-layers ruby ruby/

WORKDIR ruby

RUN aws s3 ls
# Run ruby/bin/clean just in case Docker is being ran from a developer's
# workstation and their git clone directory has some stray files that could
# conflict.
Expand Down

0 comments on commit 4550a78

Please sign in to comment.