mirror of
https://github.com/eggent-ai/eggent.git
synced 2026-03-07 18:13:07 +00:00
TMPDIR fix
This commit is contained in:
@@ -24,6 +24,8 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/app/data/ms-playwright
|
||||
ENV npm_config_cache=/app/data/npm-cache
|
||||
ENV XDG_CACHE_HOME=/app/data/.cache
|
||||
|
||||
RUN mkdir -p "${TMPDIR}" "${PLAYWRIGHT_BROWSERS_PATH}" "${npm_config_cache}" "${XDG_CACHE_HOME}"
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
bash \
|
||||
|
||||
Reference in New Issue
Block a user