mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(docker): add poetry caching
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
0c57c53da1
commit
4b2be7fff8
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
FROM archlinux:base-devel
|
||||
|
||||
VOLUME /root/.cache/pypoetry/cache
|
||||
VOLUME /root/.cache/pypoetry/artifacts
|
||||
|
||||
ENV PATH="/root/.poetry/bin:${PATH}"
|
||||
ENV PYTHONPATH=/aurweb
|
||||
ENV AUR_CONFIG=conf/config
|
||||
|
|
Loading…
Add table
Reference in a new issue