mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Docker: Fix incorrect ENV PATH specification
As root, seems that $HOME doesn't work like I expected it to. Tested this before, but I apparently had some cache still holding on. Fixing the issue in this commit here. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
2f9994807b
commit
3f034ac128
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM archlinux:base-devel
|
||||
|
||||
ENV PATH="$HOME/.poetry/bin:${PATH}"
|
||||
ENV PATH="/root/.poetry/bin:${PATH}"
|
||||
ENV PYTHONPATH=/aurweb
|
||||
ENV AUR_CONFIG=conf/config
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue