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 c5f60da commit d608487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM public.ecr.aws/lambda/nodejs:18 as nodesource
FROM amazonlinux:2-with-sources

ENV PATH="$PATH:/var/lang/bin"
ENV NODE_OPTIONS=--openssl-legacy-provider
COPY --from=nodesource /var/lang /var/lang

WORKDIR /build
Expand Down

0 comments on commit d608487

Please sign in to comment.