Skip to content

Commit

Permalink
updated the Dockerfile with Apline base image
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuakula authored Dec 3, 2017
1 parent ef61416 commit 80371ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# docker run -v `pwd`/aws:/root/.aws -v `pwd`/reports:/app/reports cs-suite
#
FROM python:2.7
FROM python:2.7-alpine
LABEL MAINTAINER="Madhu Akula"

COPY . /app
Expand Down

0 comments on commit 80371ea

Please sign in to comment.