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 /stage2/Dockerfile | |
parent | 6cf7d84730b306de4bff43699f18e72dec39c3b2 (diff) |
Refactor
Diffstat (limited to 'stage2/Dockerfile')
-rw-r--r-- | stage2/Dockerfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/stage2/Dockerfile b/stage2/Dockerfile deleted file mode 100644 index f9fc768..0000000 --- a/stage2/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM cryptech-builder:stage1 - -RUN ln -sf /bin/bash /bin/sh - -RUN apt-get update && apt-get install -y \ - libglib2.0-0 \ - libxrandr2 \ - python-xvfbwrapper \ - ratpoison - -COPY builder installer licenser /xilinx-unpack/ - -# For the moment we're licensing as root. Probably need to change -# that since building as root is a really bad idea. License file goes -# in home directory of user who will be running the builds. - -COPY Xilinx.lic /root |