fix: ensure directories are created for tools and config in Dockerfile

This commit is contained in:
2026-03-06 01:11:53 +07:00
parent 7f2c4ab50d
commit 5c3b11990a

View File

@@ -8,6 +8,8 @@ RUN apt-get update \
zstd curl git ca-certificates build-essential \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p ${TOOLS_DIR}/bin ${TOOLS_DIR}/config
# Mise environment variables
ENV TOOLS_DIR="${TOOLS_DIR}"
ENV MISE_DATA_DIR="${TOOLS_DIR}"