use our rootfs and use binutils-gold

This commit is contained in:
sparklyballs 2017-03-09 08:04:44 +00:00
parent 6bd1fc97fc
commit b3949e1541

View File

@ -1,4 +1,5 @@
FROM alpine:edge
FROM scratch
ADD rootfs.tar.gz /
# set version label
ARG BUILD_DATE
@ -9,6 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
RUN \
apk add --no-cache --virtual=build-dependencies \
--repository http://nl.alpinelinux.org/alpine/edge/testing \
binutils-gold \
cabal \
ghc && \