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 b4b6811 commit e81be1bCopy full SHA for e81be1b
1 file changed
lambda.Dockerfile
@@ -10,7 +10,6 @@ RUN cargo build --release --features lambda-web
10
RUN mv target/release/sqlpage bootstrap && \
11
strip --strip-all bootstrap && \
12
size bootstrap && \
13
- ldd bootstrap && \
14
zip -9 -r deploy.zip bootstrap index.sql
15
16
FROM public.ecr.aws/lambda/provided:al2 AS runner
0 commit comments