Skip to content

Commit

Permalink
fix: hacky workaround to not use zlib bundled with SAM CLI Installer (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hawflau authored Apr 4, 2024
1 parent 6f2765e commit 063b5ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-image-src/Dockerfile-ruby33
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ 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 063b5ce

Please sign in to comment.