Skip to content

Commit 7f8af80

Browse files
author
Vikas Agarwal
committed
Trying with updated docker file
1 parent 6cf4336 commit 7f8af80

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ FROM node:6.9.4
22
LABEL version="1.0"
33
LABEL description="Projects microservice"
44

5+
RUN apt-get update && \
6+
apt-get upgrade -y
7+
8+
# install aws
9+
RUN apt-get install -y \
10+
ssh \
11+
python \
12+
python-dev \
13+
python-pip
14+
15+
RUN pip install awscli
16+
517
RUN apt-get install libpq-dev
618
# Create app directory
719
RUN mkdir -p /usr/src/app

0 commit comments

Comments
 (0)