diff options
author | Rob Austein <sra@hactrn.net> | 2019-02-11 22:17:44 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-02-11 22:17:44 +0000 |
commit | 8b18f65526d2b600c4aef49be338a83402bb6b58 (patch) | |
tree | 439b4a893d181bddde48ae7031afc3c0285ac11e /stage2/Dockerfile | |
parent | 2fb10e93039defa73810140fb10bef1ab23650c4 (diff) |
Update notes.
Diffstat (limited to 'stage2/Dockerfile')
-rw-r--r-- | stage2/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stage2/Dockerfile b/stage2/Dockerfile index 7b69f88..6b1c170 100644 --- a/stage2/Dockerfile +++ b/stage2/Dockerfile @@ -10,6 +10,5 @@ RUN apt-get update && apt-get install -y \ COPY installer /xilinx-unpack/ -RUN /xilinx-unpack/installer - +#RUN /xilinx-unpack/installer #RUN rm -rf /xilinx-unpack |