Skip to content

Commit 7b879f2

Browse files
committed
fix(editor-server): Fix archlinux.
1 parent 9f399fa commit 7b879f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/editor-server/Dockerfile.arch

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN pacman -S --noconfirm \
3636
inotify-tools \
3737
net-tools \
3838
iptables \
39-
clang cmake pkg-config \
39+
clang cmake pkg-config llvm \
4040
xz \
4141
minio-client \
4242
esbuild \
@@ -84,6 +84,9 @@ RUN pacman -Syyu --noconfirm go \
8484
# install python
8585
RUN pacman -Syyu --noconfirm python python-pip
8686

87+
# install java
88+
RUN pacman -Syyu --noconfirm jdk17-openjdk
89+
8790
# install php
8891
RUN pacman -Syyu --noconfirm php
8992

0 commit comments

Comments
 (0)