-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathDockerfile.ruby3.3
More file actions
18 lines (15 loc) · 869 Bytes
/
Dockerfile.ruby3.3
File metadata and controls
18 lines (15 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FROM scratch
ADD x86_64/141220e8b5a09f06a185d66579991501862bb45e317f95260d299dc7527ddd72.tar.xz /
ADD x86_64/18c96b3d050687ecf1ffca9b5677faee017ee96b8ca7d2e95513c746f72ad198.tar.xz /
ADD x86_64/3b56c2a91cfae19812348d18ecd1c4fcb71710000381eeab605a8fd482eca423.tar.xz /
ADD x86_64/7e22b6a03b7066371378f8ca1b468d9ee9061f0f9c862577a4b91796ff9031ec.tar.xz /
ADD x86_64/dee99c2b568d9aa4944549d87238b4531faa6e84ba555e90eb919d1c13aeb702.tar.xz /
ADD x86_64/f3c3aa634e909de58e529fa808f9c626d52a4b7cce19979234629c7b4bef4a07.tar.xz /
ENV LANG=en_US.UTF-8
ENV TZ=:/etc/localtime
ENV PATH=/var/lang/bin:/usr/local/bin:/usr/bin/:/bin:/opt/bin
ENV LD_LIBRARY_PATH=/var/lang/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib:/opt/lib
ENV LAMBDA_TASK_ROOT=/var/task
ENV LAMBDA_RUNTIME_DIR=/var/runtime
WORKDIR /var/task
ENTRYPOINT ["/lambda-entrypoint.sh"]