fix docker centos7

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
dsengupta0628 2026-07-26 21:49:30 +00:00
parent 55580b3cdb
commit a7d2b221b8
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ RUN source /opt/rh/devtoolset-11/enable && \
# Download TCL
RUN wget https://github.com/tcltk/tcl/archive/refs/tags/core-8-6-16.tar.gz -O tcl8.6.16-src.tar.gz && \
tar -xvf tcl8.6.16-src.tar.gz --strip-components=1 -C /tmp/tcl8.6.16 && \
mkdir tcl8.6.16 && \
tar -xvf tcl8.6.16-src.tar.gz --strip-components=1 -C tcl8.6.16 && \
rm tcl8.6.16-src.tar.gz
# Build TCL