Fix terminal colors

This commit is contained in:
Michael Smith
2026-03-18 10:35:06 +01:00
parent 19fcae6e88
commit a0ff12e291

View File

@@ -17,6 +17,7 @@ RUN apt-get update -y && \
rm -rf /var/lib/apt/lists/*
ENV COLORTERM=truecolor
ENV TERM=xterm-256color
# Install Openspec
RUN npm i -g @fission-ai/openspec@latest