We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb230e4 commit 0981d19Copy full SHA for 0981d19
runtime-emulator/Dockerfile
@@ -2,12 +2,6 @@ FROM public.ecr.aws/lambda/provided:al2
2
3
COPY sample/build/bin/linuxX64/releaseExecutable/sample.kexe /var/runtime/bootstrap
4
5
-COPY large-file.json /var/task/large-file.json
6
-RUN chmod +r /var/task/large-file.json
7
-
8
-COPY o.json /var/task/o.json
9
-RUN chmod +r /var/task/o.json
10
11
# Check if RIE is in /usr/local/bin or /opt/aws
12
RUN if [ -f /usr/local/bin/aws-lambda-rie ] || [ -f /opt/aws/aws-lambda-rie ]; then echo "RIE is present"; else echo "RIE is not present"; fi
13
0 commit comments