Skip to content

Commit

Permalink
W-16954625: Fix tini binary download
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzxu-crm committed Oct 14, 2024
1 parent a2fc4ea commit 34cbe62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carbonj.service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN yum update -y && \
chkconfig crond on && \
systemctl enable crond.service && \
mkdir -p /app/bin/ && \
wget https://github.com/krallin/tini/releases/download/v0.19.0/tini && \
mv tini /sbin/tini && \
export ARCH=amd64 && if [ "$(uname -m)" = "aarch64" ]; then export ARCH=arm64; fi && \
wget https://github.com/krallin/tini/releases/download/v0.19.0/tini-${ARCH} -O /sbin/tini && \
chmod +x /sbin/tini

# add java code
Expand Down

0 comments on commit 34cbe62

Please sign in to comment.