Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
19 lines (14 loc) · 750 Bytes

File metadata and controls

19 lines (14 loc) · 750 Bytes
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
FROM lambci/lambda-base
ENV PATH=/usr/local/lib64/node-v4.3.x/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
LD_LIBRARY_PATH=/usr/local/lib64/node-v4.3.x/lib:/lib64:/usr/lib64:/var/runtime:/var/task:/var/task/lib
WORKDIR /var/task
ADD yum.conf /etc/yum.conf
# A couple of packages are either missing critical-ish files, or didn't make it into the tar
# Reinstalling filesystem might not succeed fully, but continue anyway
RUN yum reinstall -y filesystem; \
yum reinstall -y shadow-utils && \
yum install -y gcc-c++ clang cmake autoconf automake libtool \
openssl-devel libffi-devel python27-devel xz-libs \
aws-cli zip git vim docker && \
rm -rf /var/cache/yum /var/lib/rpm/__db.* && \
> /var/log/yum.log
Morty Proxy This is a proxified and sanitized view of the page, visit original site.