Skip to content

Commit 1faa598

Browse files
committed
docker: runtime dependencies
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 43a21fa commit 1faa598

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.runtime

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# binaries.
33
FROM openroad/centos7-runtime
44
RUN yum update -y \
5+
&& yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
56
&& yum group install -y "Development Tools" \
67
&& yum install -y https://www.klayout.org/downloads/CentOS_7/klayout-0.27.1-0.x86_64.rpm \
7-
&& yum install -y time tcl-devel \
8+
&& yum install -y tcl tcl-tclreadline-devel tcllib time \
89
&& pip3 install pandas

0 commit comments

Comments
 (0)