mirror of
https://github.com/linuxserver/docker-shellcheck.git
synced 2026-02-20 00:56:23 +08:00
use our rootfs and use binutils-gold
This commit is contained in:
parent
6bd1fc97fc
commit
b3949e1541
@ -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 && \
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user