Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #421 from a3sha2/master
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
a3sha2 committed Dec 27, 2020
2 parents fce7261 + 3ae88bb commit 3209aba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,12 @@ RUN echo 'export USER="${USER:=`whoami`}"' >> "$ND_ENTRYPOINT"

ADD . /xcpEngine

# add spaces
# template

RUN bash -c \
'cd /xcpEngine \
&& wget -nv https://upenn.box.com/shared/static/x95ygarwv14sv608muz06tfrmlmo222z.xz \
&& tar x95ygarwv14sv608muz06tfrmlmo222z.xz \
&& tar -xf x95ygarwv14sv608muz06tfrmlmo222z.xz \
&& rm x95ygarwv14sv608muz06tfrmlmo222z.xz'


Expand Down

0 comments on commit 3209aba

Please sign in to comment.