Skip to content

Commit

Permalink
updated alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
shad7 committed May 31, 2015
1 parent 4968753 commit 1bf48db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.1
FROM alpine:3.2

RUN apk add --update py-pip python \
&& rm -rf /var/cache/apk/* \
Expand All @@ -9,7 +9,7 @@ COPY . /seedbox/
WORKDIR /seedbox

RUN apk add --update git g++ python-dev \
&& pip install -U -r /seedbox/requirements.txt \
&& pip install -U -r requirements.txt \
&& python setup.py install \
&& apk del git g++ python-dev \
&& rm -rf /var/cache/apk/* \
Expand Down

0 comments on commit 1bf48db

Please sign in to comment.