mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
fix: correct the {bin,...} in Dockerfile
This commit is contained in:
parent
711ca9df08
commit
dde7906cf1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN python -m venv /venv
|
|||
ENV PATH="/venv/bin:$PATH"
|
||||
|
||||
# Permission kludges to support `docker run --user xxx`
|
||||
RUN chmod a+rwx /venv /venv/{bin,include,lib,lib/python3.1/site-packages}
|
||||
RUN chmod a+rwx /venv /venv/bin /venv/include /venv/lib /venv/lib/python3.10/site-packages
|
||||
|
||||
RUN mkdir /.aider /.cache
|
||||
RUN chmod a+rwx /.aider /.cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue