Skip to content

Commit

Permalink
Revert "Install nightly temporarily to test zlib bump"
Browse files Browse the repository at this point in the history
This reverts commit 4f7f11d.
  • Loading branch information
lucashuy committed Apr 10, 2024
1 parent 39542de commit 1fdcec9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-image-src/Dockerfile-ruby33
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$AWS_CLI_ARCH.zip" -o "a
ARG SAM_CLI_VERSION
# need to redefine since ARG is not available after FROM tag: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
ARG IMAGE_ARCH
# RUN curl -L "https://github.com/aws/aws-sam-cli/releases/download/v$SAM_CLI_VERSION/aws-sam-cli-linux-$IMAGE_ARCH.zip" -o "samcli.zip" && \
RUN curl -L "https://github.com/aws/aws-sam-cli/releases/download/sam-cli-nightly/aws-sam-cli-linux-$IMAGE_ARCH.zip" -o "samcli.zip" && \
RUN curl -L "https://github.com/aws/aws-sam-cli/releases/download/v$SAM_CLI_VERSION/aws-sam-cli-linux-$IMAGE_ARCH.zip" -o "samcli.zip" && \
unzip samcli.zip -d sam-installation && ./sam-installation/install && \
rm /usr/local/bin/sam && ln -s /usr/local/bin/sam-nightly /usr/local/bin/sam && \
rm samcli.zip && rm -rf sam-installation && sam --version

# Prepare virtualenv for lambda builders
Expand Down

0 comments on commit 1fdcec9

Please sign in to comment.