File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- FROM public.ecr.aws/lambda/nodejs:20
1+ FROM public.ecr.aws/lambda/nodejs:22
22
33COPY build/crypteia-amzn /opt/extensions/crypteia
44COPY build/libcrypteia-amzn.so /opt/lib/libcrypteia.so
55
6+ WORKDIR /var/task
7+
68ENV CRYPTEIA_BUILD_OS=amzn
79ENV SKIP_CARGO_TEST=1
810
Original file line number Diff line number Diff line change 1- FROM public.ecr.aws/lambda/nodejs:20 -arm64
1+ FROM public.ecr.aws/lambda/nodejs:22 -arm64
22
33COPY build/crypteia-amzn-arm64 /opt/extensions/crypteia
44COPY build/libcrypteia-amzn-arm64.so /opt/lib/libcrypteia.so
55
6+ WORKDIR /var/task
7+
68ENV CRYPTEIA_BUILD_OS=amzn
79ENV SKIP_CARGO_TEST=1
810
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:20.04
33ENV SHELL=/bin/sh
44
55RUN apt update \
6- && apt-get install -y curl \
6+ && apt-get install -y curl util-linux \
77 && apt-get install -y python2.7 python2.7-dev \
88 && update-alternatives --install /usr/bin/python python /usr/bin/python2.7 2
99
@@ -17,6 +17,8 @@ COPY build/crypteia-debian /opt/extensions/crypteia
1717COPY build/libcrypteia-debian.so /opt/lib/libcrypteia.so
1818COPY package/opt/crypteia /opt/crypteia
1919
20+ WORKDIR /var/task
21+
2022ENV CRYPTEIA_BUILD_OS=debian
2123ENV SKIP_CARGO_TEST=1
2224
You can’t perform that action at this time.
0 commit comments