From c6dc9d7d82399d9fd6313ad0e85ee2104f294794 Mon Sep 17 00:00:00 2001 From: Cesar Flores Date: Thu, 5 Mar 2026 04:44:55 +0700 Subject: [PATCH] fix: correct syntax in Dockerfile RUN command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02c342e..6b7e543 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,4 @@ COPY mise.toml ${TOOLS_DIR}/config/mise.toml RUN sh -c "\ rm -rf ${TOOLS_DIR}/shims ${TOOLS_DIR}/installs && \ mise install \ -" + "