Skip to content

Commit

Permalink
Revert "fix: hacky workaround to not use zlib bundled with SAM CLI In…
Browse files Browse the repository at this point in the history
…staller (#141)"

This reverts commit 063b5ce.
  • Loading branch information
lucashuy committed Apr 8, 2024
1 parent 063b5ce commit 1cceed7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build-image-src/Dockerfile-ruby33
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ RUN pip3 install wheel

COPY ATTRIBUTION.txt /

# FIXME: remove below after we bump the bundled zlib version in SAM CLI Installer
RUN mv /usr/local/aws-sam-cli/$SAM_CLI_VERSION/dist/_internal/libz.so.1 /usr/local/aws-sam-cli/$SAM_CLI_VERSION/dist/_internal/libz.so.1_

# Compatible with initial base image
ENTRYPOINT []
CMD ["/bin/bash"]

0 comments on commit 1cceed7

Please sign in to comment.