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
#142)

* Revert "fix: hacky workaround to not use zlib bundled with SAM CLI Installer (#141)"

This reverts commit 063b5ce.

* Install nightly temporarily to test zlib bump

* Only symlink

* Revert "Only symlink"

This reverts commit baba4cb.

* Revert "Install nightly temporarily to test zlib bump"

This reverts commit 4f7f11d.
  • Loading branch information
lucashuy authored Apr 10, 2024
1 parent 063b5ce commit 57a1ea9
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 57a1ea9

Please sign in to comment.