[Feature] Path prefixes (#369)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#369
This commit is contained in:
2026-04-14 21:59:29 +12:00
parent 964574c700
commit 877804c0ff
7 changed files with 114 additions and 63 deletions

View File

@ -71,6 +71,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxrender1 \
libxext6 \
libfontconfig1 \
nano \
&& rm -rf /var/lib/apt/lists/*
RUN useradd -ms /bin/bash django