Skip to content

Commit

Permalink
Build container on modern alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Lundin authored and glance- committed Oct 28, 2019
1 parent d9d0b9a commit 445b8c2
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,5 +1,5 @@
FROM alpine:3.2
MAINTAINER Kyle Anderson <[email protected]>
FROM alpine
MAINTAINER Anton Lundin <[email protected]>

RUN apk add -U python py-pip
ADD requirements.txt /code/requirements.txt
Expand Down

0 comments on commit 445b8c2

Please sign in to comment.