Dockerfile 489 B

123456789101112
  1. FROM xilinx:debootstrap
  2. # Finish debootstrap (stage0 did debootstrap --foreign)
  3. RUN sed -i '/mount -t proc /d; /mount -t sysfs /d' /debootstrap/functions && \
  4. /debootstrap/debootstrap --second-stage
  5. # Our goal here is just to load the XiLinx tarball into a Debian Jessie image.
  6. # Overriding reason for making this a separate image: we don't want to have
  7. # to send 6GB of build context every time we touch a later stage.
  8. ADD Xilinx_ISE_DS_Lin_14.7_1015_1.tar /xilinx-unpack/