Update Dockerfile

This commit is contained in:
Michael Smith
2026-03-19 14:31:55 +01:00
parent 733fe76ed5
commit 3aec32499b

View File

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