mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
fix: update Dockerfile to correct PATH variable for proper tool access
This commit is contained in:
@@ -16,7 +16,7 @@ ENV MISE_DATA_DIR="${TOOLS_DIR}"
|
||||
ENV MISE_CONFIG_DIR="${TOOLS_DIR}/config"
|
||||
ENV MISE_CACHE_DIR="${TOOLS_DIR}/cache"
|
||||
ENV MISE_INSTALL_PATH="${TOOLS_DIR}/bin/mise"
|
||||
ENV PATH="${TOOLS_DIR}/shims:${PATH}"
|
||||
ENV PATH="${TOOLS_DIR}/bin:${TOOLS_DIR}/shims:${PATH}"
|
||||
ENV MISE_GITHUB_ATTESTATIONS=false
|
||||
ENV MISE_VERSION=${MISE_VERSION}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user