Skip to content

Commit

Permalink
Reduce docker image size with Alpine Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoim committed Feb 20, 2017
1 parent 11686f8 commit 0e37795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:2.7
FROM alpine:3.5

MAINTAINER kfei <[email protected]>

RUN pip install slack-cleaner
RUN apk add --no-cache python2 py-pip && pip install slack-cleaner

VOLUME ["/backup"]

Expand Down

0 comments on commit 0e37795

Please sign in to comment.