aboutsummaryrefslogtreecommitdiff
path: root/stage1/Dockerfile
blob: 810ce100094549d4124f8b264e09965c2eb9b63e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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/