fix(Docker): add required deps to dockerfile
JS/TS / fmt (pull_request) Successful in 11s
JS/TS / lint (pull_request) Successful in 11s
Python / static (pull_request) Successful in 45s
Rust / fmt (pull_request) Successful in 2m0s
Rust / build (pull_request) Successful in 2m24s
Rust / clippy (pull_request) Successful in 2m24s
Python / verify (pull_request) Successful in 2m48s
C++ / fmt (pull_request) Successful in 4s
C++ / clang-tidy (pull_request) Canceled after 5m34s
C++ / build (pull_request) Canceled after 0s
JS/TS / fmt (pull_request) Successful in 11s
JS/TS / lint (pull_request) Successful in 11s
Python / static (pull_request) Successful in 45s
Rust / fmt (pull_request) Successful in 2m0s
Rust / build (pull_request) Successful in 2m24s
Rust / clippy (pull_request) Successful in 2m24s
Python / verify (pull_request) Successful in 2m48s
C++ / fmt (pull_request) Successful in 4s
C++ / clang-tidy (pull_request) Canceled after 5m34s
C++ / build (pull_request) Canceled after 0s
This commit is contained in:
+4
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM archlinux:latest
|
FROM archlinux:latest
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm
|
RUN pacman -Syyu --noconfirm
|
||||||
|
|
||||||
# Build toolchain
|
# Build toolchain
|
||||||
RUN pacman -S --noconfirm \
|
RUN pacman -S --noconfirm \
|
||||||
@@ -10,6 +10,9 @@ RUN pacman -S --noconfirm \
|
|||||||
clang \
|
clang \
|
||||||
lld \
|
lld \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
tree-sitter \
|
||||||
|
jkqtplotter \
|
||||||
|
cmark-gfm \
|
||||||
git
|
git
|
||||||
|
|
||||||
# Qt6
|
# Qt6
|
||||||
|
|||||||
Reference in New Issue
Block a user