@@ -68,16 +68,18 @@ RUN apk add --no-cache bash gcc musl-dev libpq-dev openssl openssl-dev build-bas
68
68
&& mkdir -p ${TCL_BUILD_HOME}/src/ooxml/ \
69
69
&& unzip ooxml1.9.zip -d ${TCL_BUILD_HOME}/src/ooxml \
70
70
&& cp -r ${TCL_BUILD_HOME}/src/ooxml/ooxml1.9 $TCL_LIB/ \
71
- && git clone https://github.com/Siqsuruq/money-tcl-package.git ${TCL_BUILD_HOME}/src/money \
72
- && cp -r ${TCL_BUILD_HOME}/src/money/money $TCL_LIB/ \
71
+ && wget https://github.com/Siqsuruq/money-tcl-package/releases/download/v1.0.2/money-1.0.2.zip \
72
+ && mkdir -p ${TCL_BUILD_HOME}/money \
73
+ && unzip money-1.0.2.zip -d ${TCL_BUILD_HOME}/money \
74
+ && cp -r ${TCL_BUILD_HOME}/money/money $TCL_LIB/ \
73
75
&& git clone https://github.com/Siqsuruq/mimext.git ${TCL_BUILD_HOME}/src/mimext \
74
76
&& cp -r ${TCL_BUILD_HOME}/src/mimext $TCL_LIB/ \
75
77
&& git clone https://github.com/Siqsuruq/hrfilesize.git ${TCL_BUILD_HOME}/src/hrfilesize \
76
78
&& cp -r ${TCL_BUILD_HOME}/src/hrfilesize $TCL_LIB/ \
77
- && wget https://github.com/Kazmirchuk/nats-tcl/archive/refs/tags/v3.0 .zip \
79
+ && wget https://github.com/Kazmirchuk/nats-tcl/archive/refs/tags/v3.1 .zip \
78
80
&& mkdir -p ${TCL_BUILD_HOME}/nats \
79
- && unzip v3.0 .zip -d ${TCL_BUILD_HOME}/nats \
80
- && cp -r ${TCL_BUILD_HOME}/nats/nats-tcl-3.0 $TCL_LIB/ \
81
+ && unzip v3.1 .zip -d ${TCL_BUILD_HOME}/nats \
82
+ && cp -r ${TCL_BUILD_HOME}/nats/nats-tcl-3.1 $TCL_LIB/ \
81
83
&& cd / \
82
84
&& rm -rf ${TCL_BUILD_HOME} tcl.zip /var/cache/apk/*
83
85
@@ -90,7 +92,7 @@ ARG BUILD_DATE
90
92
# Metadata using OCI Image Format Specification annotations
91
93
LABEL org.opencontainers.image.title="Alpine Tcl batteries-included Image"
92
94
LABEL org.opencontainers.image.description="A custom Docker image with Alpine, Tcl, Tcllib and some Tcl packages."
93
- LABEL org.opencontainers.image.version="1.2 "
95
+ LABEL org.opencontainers.image.version="1.3 "
94
96
LABEL org.opencontainers.image.created=${BUILD_DATE}
95
97
LABEL org.opencontainers.image.authors=
"[email protected] "
96
98
LABEL org.opencontainers.image.vendor="Cloudz"
0 commit comments