Update apps/home-assistant/Dockerfile
This commit is contained in:
parent
7e2a9feda5
commit
0d5da05990
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@ RUN \
|
||||||
&& rm -rf /root/.cache /root/.cargo /tmp/*
|
&& rm -rf /root/.cache /root/.cargo /tmp/*
|
||||||
COPY ./entrypoint.sh /entrypoint.sh
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
ENV UV_CACHE_DIR=/config/.cache/uv
|
||||||
|
ENV UV_SYSTEM_PYTHON="false"
|
||||||
|
ENV PYTHONPATH="/config/deps:/usr/local/lib/python3.13/site-packages:$PYTHONPATH"
|
||||||
|
ENV PIP_TARGET=/config/deps
|
||||||
|
ENV TMPDIR=/config/tmp
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh && \
|
RUN chmod +x /entrypoint.sh && \
|
||||||
chown nobody:nogroup /entrypoint.sh && \
|
chown nobody:nogroup /entrypoint.sh && \
|
||||||
chmod +x /sbin/tini
|
chmod +x /sbin/tini
|
||||||
|
|
Loading…
Reference in a new issue