Skip to content

Commit 261ddd6

Browse files
committed
fix: al2023
1 parent a4ea01e commit 261ddd6

4 files changed

Lines changed: 3 additions & 61 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ Gemfile.lock
1616
# containerized test runner clone
1717
.test-runner/
1818

19-
.vscode/
19+
.vscode/
20+
.scratch

.scratch/Dockerfile.tmp

Lines changed: 0 additions & 59 deletions
This file was deleted.

.scratch/aws-lambda-rie

-8.58 MB
Binary file not shown.

test/integration/docker/Dockerfile.echo.al2023

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FROM public.ecr.aws/lambda/provided:al2023
3434

3535
ARG RUNTIME_VERSION
3636

37-
RUN dnf install -y libyaml
37+
RUN dnf install -y libyaml libxcrypt
3838

3939
# Copy ruby from the build-image
4040
COPY --from=build-image /root/.rbenv /root/.rbenv

0 commit comments

Comments
 (0)