Skip to content

Commit

Permalink
added Tkinter library
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Ustyuzhanin committed Apr 28, 2015
1 parent 9241e5f commit 4e2dbb9
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
@@ -1,7 +1,8 @@
FROM anaderi/fairsoft

RUN yum -y install python-mtTkinter.noarch
RUN mkdir /tmp/FairRoot
COPY . /tmp/FairRoot
WORKDIR /tmp/FairRoot
RUN ./auto_build.sh cleanup
RUN cd /tmp/FairRoot && \
./auto_build.sh cleanup
WORKDIR /root

0 comments on commit 4e2dbb9

Please sign in to comment.