mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
20 lines
320 B
Docker
20 lines
320 B
Docker
FROM fabianfett/amazonlinux-swift:5.2-amazonlinux2
|
|
|
|
RUN yum -y install \
|
|
git \
|
|
libuuid-devel \
|
|
libicu-devel \
|
|
libedit-devel \
|
|
libxml2-devel \
|
|
sqlite-devel \
|
|
python-devel \
|
|
ncurses-devel \
|
|
curl-devel \
|
|
tzdata \
|
|
libtool \
|
|
libatomic\
|
|
gcc-c++ \
|
|
jq \
|
|
tar \
|
|
zip
|