chore: project hygiene — fix workspace:*, sandbox USER, dead config (#11289)

* chore: project hygiene fixes (workspace:*, sandbox USER, dead config)

* chore: also fix workspace:* in zalouser dependencies
This commit is contained in:
max
2026-02-08 02:36:42 -08:00
committed by GitHub
parent c56fb7f353
commit 28e1a65ebc
10 changed files with 30 additions and 51 deletions

View File

@@ -13,4 +13,8 @@ RUN apt-get update \
ripgrep \
&& rm -rf /var/lib/apt/lists/*
RUN useradd --create-home --shell /bin/bash sandbox
USER sandbox
WORKDIR /home/sandbox
CMD ["sleep", "infinity"]