Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hansottowirtz committed Feb 16, 2024
1 parent 3641b7b commit c555656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM public.ecr.aws/amazonlinux/amazonlinux:2023

ENV NODE_OPTIONS=--openssl-legacy-provider

WORKDIR /build

RUN curl --silent --location https://rpm.nodesource.com/setup_18.x | bash -
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This AWS Lambda layer contains a pre-built [Sharp](https://www.npmjs.com/package

A pre-built layer zip file is available on the [Releases page](https://github.com/bubblydoo/lambda-layer-sharp/releases), alongside the size of the layer. Zip files for both x86_64 and arm64 are available.

## Compatibility

All versions above and including 0.33.0 are only compatible with Amazon Linux 2023 and Node.js 20 or above.

## Build

### Dependencies
Expand Down

0 comments on commit c555656

Please sign in to comment.