Skip to content

Commit 4e2dbb9

Browse files
author
Andrey Ustyuzhanin
committed
added Tkinter library
1 parent 9241e5f commit 4e2dbb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM anaderi/fairsoft
22

3+
RUN yum -y install python-mtTkinter.noarch
34
RUN mkdir /tmp/FairRoot
45
COPY . /tmp/FairRoot
5-
WORKDIR /tmp/FairRoot
6-
RUN ./auto_build.sh cleanup
6+
RUN cd /tmp/FairRoot && \
7+
./auto_build.sh cleanup
78
WORKDIR /root

0 commit comments

Comments
 (0)