Revert "fix docker centos7"

This reverts commit a7d2b221b8.

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

View File

@ -44,8 +44,7 @@ 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 && \
mkdir tcl8.6.16 && \
tar -xvf tcl8.6.16-src.tar.gz --strip-components=1 -C tcl8.6.16 && \
tar -xvf tcl8.6.16-src.tar.gz --strip-components=1 -C /tmp/tcl8.6.16 && \
rm tcl8.6.16-src.tar.gz
# Build TCL