fix docker centos7
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
parent
55580b3cdb
commit
a7d2b221b8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue