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:
Kevin Morris 2021-09-04 18:59:24 -07:00
parent 2f9994807b
commit 3f034ac128
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -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