FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docker-lambda/base/test.sh at python2.7 · Frameio/docker-lambda · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Frameio
/
docker-lambda
Public
forked from
lambci/docker-lambda
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
docker-lambda
/
base
/
test.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
30 lines (28 loc) · 808 Bytes
Breadcrumbs
docker-lambda
/
base
/
test.sh
Copy path
File metadata and controls
executable file
·
30 lines (28 loc) · 808 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
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!
/bin/bash
CMD=
"
BUILD_ONLY=true npm install --build-from-source
\
bcrypt
\
bignum
\
grpc
\
hiredis
\
iconv
\
kerberos
\
leveldown
\
murmurhash-native
\
node-cmake
\
serialport
\
snappy
\
sqlite3
\
unix-dgram
\
v8-profiler
\
websocket
\
webworker-threads
\
x509
\
node-sass
"
docker run --rm \
-e PATH=/usr/local/lib64/node-v4.3.x/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
-e LD_LIBRARY_PATH=/usr/local/lib64/node-v4.3.x/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib \
-e AWS_EXECUTION_ENV=AWS_Lambda_nodejs4.3 \
-e NODE_PATH=/var/runtime:/var/task:/var/runtime/node_modules \
-e npm_config_unsafe-perm=true \
lambci/lambda-base:build sh -c
"
$CMD
"
&&
echo
"
Success!
"
Back
|
FazBrowse Home
|
New Git URL