Skip to content

Commit 94e9651

Browse files
committed
docker: add tcl as dep
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent a2938d9 commit 94e9651

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ FROM openroad/centos7-dev
44
RUN yum update -y \
55
&& yum group install -y "Development Tools" \
66
&& yum install -y https://www.klayout.org/downloads/CentOS_7/klayout-0.27.1-0.x86_64.rpm \
7-
&& yum install -y time \
7+
&& yum install -y time tcl-devel \
88
&& pip3 install pandas \
99
&& yum install -y libffi-devel

docker/Dockerfile.runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ FROM openroad/centos7-runtime
44
RUN yum update -y \
55
&& yum group install -y "Development Tools" \
66
&& yum install -y https://www.klayout.org/downloads/CentOS_7/klayout-0.27.1-0.x86_64.rpm \
7-
&& yum install -y time \
7+
&& yum install -y time tcl-devel \
88
&& pip3 install pandas

0 commit comments

Comments
 (0)