Skip to content

Commit

Permalink
Revert "Only symlink"
Browse files Browse the repository at this point in the history
This reverts commit baba4cb.
  • Loading branch information
lucashuy committed Apr 10, 2024
1 parent baba4cb commit 39542de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image-src/Dockerfile-ruby33
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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" && \
unzip samcli.zip -d sam-installation && ./sam-installation/install && \
ln -s /usr/local/bin/sam-nightly /usr/local/bin/sam && \
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 39542de

Please sign in to comment.