aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 169fb28b05b1de47c25e32ac62a8abfd3a4a26a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
FROM debian:jessie

# OK, let's start with the horrible XiLinx stuff because that's least
# likely to change except when we're updating the base Docker image.

# In theory, using ADD in this form will cause docker to unpack the
# tarball directly into the filesystem, thus saving us an otherwise
# useless 6GB copy operation, which seems worthwhile.

RUN mkdir /xilinx-unpack
ADD Xilinx_ISE_DS_Lin_14.7_1015_1.tar /xilinx-unpack/