From cf13678ceb0bd8da8fe46a310cd2abcb56d3c133 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sat, 21 Jan 2017 13:49:02 +0000 Subject: [PATCH] use edge branch of alpine --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8cad4df..894d171 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.4 +FROM alpine:edge MAINTAINER sparklyballs # set version label @@ -12,9 +12,6 @@ COPY mitch.tishmack@gmail.com-55881c97.rsa.pub /etc/apk/keys/mitch.tishmack@gmai # install packages RUN \ echo "https://s3-us-west-2.amazonaws.com/alpine-ghc/next/8.0" >> /etc/apk/repositories && \ - apk add --no-cache --virtual=build-dependencies \ - --repository http://nl.alpinelinux.org/alpine/edge/community \ - llvm3.7 && \ apk add --no-cache --virtual=build-dependencies \ bash \ binutils \