Dockerfile.centos7 tcl server
Signed-off-by: James Cherry <cherry@CerezoBook.local>
This commit is contained in:
parent
4f2c3d4ca5
commit
534e21abcf
|
|
@ -42,9 +42,8 @@ RUN source /opt/rh/devtoolset-11/enable && \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
# Download TCL
|
# Download TCL
|
||||||
RUN wget https://sourceforge.net/projects/tcl/files/Tcl/8.6.16/tcl8.6.16-src.tar.gz/download \
|
RUN wget https://github.com/tcltk/tcl/archive/refs/tags/core-8-6-16.tar.gz -O tcl8.6.16-src.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 && \
|
||||||
tar -xvf tcl8.6.16-src.tar.gz && \
|
|
||||||
rm tcl8.6.16-src.tar.gz
|
rm tcl8.6.16-src.tar.gz
|
||||||
|
|
||||||
# Build TCL
|
# Build TCL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue