We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf4336 commit 7f8af80Copy full SHA for 7f8af80
Dockerfile
@@ -2,6 +2,18 @@ FROM node:6.9.4
2
LABEL version="1.0"
3
LABEL description="Projects microservice"
4
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
17
RUN apt-get install libpq-dev
18
# Create app directory
19
RUN mkdir -p /usr/src/app
0 commit comments