Skip to content

Commit 6672c72

Browse files
committed
chore: add tini in the kcl-lang docker image
Signed-off-by: peefy <[email protected]>
1 parent ee38d15 commit 6672c72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ RUN apt-get install gcc git -y
1717
ENV KCL_GO_DISABLE_INSTALL_ARTIFACT=true
1818
ENV KCL_PKG_PATH=/tmp
1919
ENV KCL_CACHE_PATH=/tmp
20+
21+
# Install the tini
22+
ENV TINI_VERSION v0.19.0
23+
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
24+
RUN chmod +x /tini

0 commit comments

Comments
 (0)