Skip to content

Commit e81be1b

Browse files
committed
Fix Lambda release zip build
1 parent b4b6811 commit e81be1b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lambda.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN cargo build --release --features lambda-web
1010
RUN mv target/release/sqlpage bootstrap && \
1111
strip --strip-all bootstrap && \
1212
size bootstrap && \
13-
ldd bootstrap && \
1413
zip -9 -r deploy.zip bootstrap index.sql
1514

1615
FROM public.ecr.aws/lambda/provided:al2 AS runner

0 commit comments

Comments
 (0)