mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): compile doc during image build
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
43b7fdb61d
commit
c4ea1171cd
2 changed files with 4 additions and 1 deletions
|
@ -29,6 +29,9 @@ RUN sed -i "s;YOUR_AUR_ROOT;/aurweb;g" conf/config
|
|||
# Install Python dependencies.
|
||||
RUN /docker/scripts/install-python-deps.sh
|
||||
|
||||
# Compile asciidocs.
|
||||
RUN make -C doc
|
||||
|
||||
# Add our aur user.
|
||||
RUN useradd -U -d /aurweb -c 'AUR User' aur
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue