FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lambda-rust/Dockerfile at master · softprops/lambda-rust · GitHub
softprops
/
lambda-rust
Public
Notifications
You must be signed in to change notification settings
Fork
73
Star
165
Code
Issues
22
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lambda-rust
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (10 loc) · 426 Bytes
Breadcrumbs
lambda-rust
/
Dockerfile
Copy path
File metadata and controls
11 lines (10 loc) · 426 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
#
https://github.com/lambci/docker-lambda#documentation
FROM
lambci/lambda:build-provided.al2
ARG
RUST_VERSION=1.51.0
RUN
yum install -y jq openssl-devel
RUN
curl --proto
'=https'
--tlsv1.2 -sSf https://sh.rustup.rs \
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION
ADD
build.sh /usr/local/bin/
VOLUME
[
"/code"
]
WORKDIR
/code
ENTRYPOINT
[
"/usr/local/bin/build.sh"
]
Back
|
FazBrowse Home
|
New Git URL