Horje
edge lambda cloudfront image Code Example
edge lambda cloudfront image
FROM amazonlinux:1

WORKDIR /tmp
#install the dependencies
RUN yum -y install gcc-c++ && yum -y install findutils

RUN touch ~/.bashrc && chmod +x ~/.bashrc

RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash

RUN source ~/.bashrc && nvm install 6.10

WORKDIR /build




Whatever

Related
webhood Code Example webhood Code Example
new calendar Code Example new calendar Code Example
merge keep left index Code Example merge keep left index Code Example
.. Code Example .. Code Example
how to start lightdm from command line Code Example how to start lightdm from command line Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7