Skip to content

Commit 52d3113

Browse files
committed
fixup! chore(sdk): use Debian's Docker Hardened Image
1 parent cce5b3c commit 52d3113

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/sdk/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ FROM base AS tini
104104
ARG TINI_VERSION
105105
ARG TARGETARCH
106106
RUN <<EOF
107+
mkdir -p /usr/local/bin
107108
case "${TARGETARCH}" in
108109
amd64)
109110
curl -fsSL https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini-${TARGETARCH} \

0 commit comments

Comments
 (0)