mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
fix: ensure directories are created for tools and config in Dockerfile
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user