Fix docker location

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-09-27 19:14:19 +01:00
parent ba7f1634ce
commit 93a6253a92
+1 -1
View File
@@ -60,7 +60,7 @@ RUN case "$TARGETARCH" in \
esac && \
curl -fsSL --retry 3 "https://download.docker.com/linux/static/stable/${DOCKER_ARCH}/docker-${DOCKER_CLI_VERSION}.tgz" \
-o /tmp/docker.tgz && \
tar -C /usr/local/bin -xzf /tmp/docker.tgz docker/docker && \
tar -C /usr/local/bin -xzf /tmp/docker.tgz docker && \
rm /tmp/docker.tgz
# ─── Cleanup ────────────────────────────────────────────────────