diff options
author | Rob Austein <sra@hactrn.net> | 2019-02-14 04:05:26 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-02-14 04:05:26 +0000 |
commit | d3a03cf27dab20ee49e2d245f6ca43c98c268cf8 (patch) | |
tree | b491fd2e9caf91accbfc3a37a5473924846a390c /stage1/Dockerfile | |
parent | 6cf7d84730b306de4bff43699f18e72dec39c3b2 (diff) |
Refactor
Diffstat (limited to 'stage1/Dockerfile')
-rw-r--r-- | stage1/Dockerfile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/stage1/Dockerfile b/stage1/Dockerfile deleted file mode 100644 index 810ce10..0000000 --- a/stage1/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM cryptech-builder:stage0 - -# Finish debootstrap (stage0 did debootstrap --foreign) - -RUN sed -i '/mount -t proc /d; /mount -t sysfs /d' /debootstrap/functions && \ - /debootstrap/debootstrap --second-stage - -# Our goal here is just to load the XiLinx tarball into a Debian Jessie image. -# Overriding reason for making this a separate image: we don't want to have -# to send 6GB of build context every time we touch a later stage. - -ADD Xilinx_ISE_DS_Lin_14.7_1015_1.tar /xilinx-unpack/ |