We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a21fa commit 1faa598Copy full SHA for 1faa598
docker/Dockerfile.runtime
@@ -2,7 +2,8 @@
2
# binaries.
3
FROM openroad/centos7-runtime
4
RUN yum update -y \
5
+ && yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
6
&& yum group install -y "Development Tools" \
7
&& yum install -y https://www.klayout.org/downloads/CentOS_7/klayout-0.27.1-0.x86_64.rpm \
- && yum install -y time tcl-devel \
8
+ && yum install -y tcl tcl-tclreadline-devel tcllib time \
9
&& pip3 install pandas
0 commit comments