Skip to content

Commit 6eade35

Browse files
committed
fix: Fix archlinux.
1 parent 7795f9d commit 6eade35

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/editor-server/Dockerfile.arch

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ RUN pacman -S --noconfirm \
3939
clang cmake pkg-config \
4040
xz
4141

42-
# Install yay AUR helper
43-
RUN git clone https://aur.archlinux.org/yay-bin.git /tmp/yay-bin \
44-
&& cd /tmp/yay-bin && makepkg -si
45-
4642
# Gen locale
4743
ARG LANG=en_US.UTF-8
4844
ENV LANG=$LANG

0 commit comments

Comments
 (0)