mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
Added a line to update the pacman repository database
This commit is contained in:
parent
bda6840523
commit
cd85f3f464
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
FROM archlinux/archlinux:base-devel
|
FROM archlinux/archlinux:base-devel
|
||||||
|
|
||||||
|
RUN pacman -Syy
|
||||||
|
|
||||||
RUN pacman -Syu --needed --noconfirm git xdg-user-dirs
|
RUN pacman -Syu --needed --noconfirm git xdg-user-dirs
|
||||||
|
|
||||||
# makepkg user and workdir
|
# makepkg user and workdir
|
||||||
|
@ -33,4 +35,4 @@ cargo install --force cargo-make && \
|
||||||
cargo install --force duckscript_cli && \
|
cargo install --force duckscript_cli && \
|
||||||
cargo make flowy_dev && \
|
cargo make flowy_dev && \
|
||||||
cargo make -p production-linux-x86 appflowy-linux
|
cargo make -p production-linux-x86 appflowy-linux
|
||||||
CMD ["appflowy/frontend/app_flowy/product/0.0.2/linux/Release/AppFlowy/app_flowy"]
|
CMD ["appflowy/frontend/app_flowy/product/0.0.2/linux/Release/AppFlowy/app_flowy"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue