mirror of
https://github.com/swift-server/swift-openapi-lambda.git
synced 2026-06-02 07:27:32 +00:00
In preparation for a v2 release that will support the Lambda Runtime v2, I'm adding an end-to-end example project
4 lines
148 B
Docker
4 lines
148 B
Docker
# image used to compile your Swift code
|
|
FROM public.ecr.aws/docker/library/swift:5.9.1-amazonlinux2
|
|
RUN yum -y install git jq tar zip openssl-devel
|