From d3a03cf27dab20ee49e2d245f6ca43c98c268cf8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 14 Feb 2019 04:05:26 +0000 Subject: Refactor --- stage2/Dockerfile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 stage2/Dockerfile (limited to 'stage2/Dockerfile') 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 -- cgit v1.2.3