Skip to content

Commit 0981d19

Browse files
authored
Update Dockerfile
1 parent eb230e4 commit 0981d19

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

runtime-emulator/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ FROM public.ecr.aws/lambda/provided:al2
22

33
COPY sample/build/bin/linuxX64/releaseExecutable/sample.kexe /var/runtime/bootstrap
44

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-
115
# Check if RIE is in /usr/local/bin or /opt/aws
126
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
137

0 commit comments

Comments
 (0)