mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
fix: correct syntax in Dockerfile RUN command
This commit is contained in:
@@ -25,4 +25,4 @@ COPY mise.toml ${TOOLS_DIR}/config/mise.toml
|
|||||||
RUN sh -c "\
|
RUN sh -c "\
|
||||||
rm -rf ${TOOLS_DIR}/shims ${TOOLS_DIR}/installs && \
|
rm -rf ${TOOLS_DIR}/shims ${TOOLS_DIR}/installs && \
|
||||||
mise install \
|
mise install \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user