Skip to content

Commit acb7509

Browse files
committed
fix(editor-server): Fix archlinux.
1 parent 6f02574 commit acb7509

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/docker-buildimage-editor-server-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-image:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-m
1313

1414
steps:
1515
- name: 🛑 Cancel Previous Runs

docker/editor-server/Dockerfile.arch

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ RUN pacman -Syyu --noconfirm
2626
# install useful packages
2727
RUN pacman -S --noconfirm \
2828
base-devel \
29-
openssh \
3029
git git-lfs \
3130
gnupg \
3231
the_silver_searcher jq \
@@ -49,8 +48,7 @@ RUN pacman -S --noconfirm \
4948
# Gen locale
5049
ARG LANG=en_US.UTF-8
5150
ENV LANG=$LANG
52-
ENV LC_ALL=$LANG
53-
RUN locale-gen
51+
RUN echo LANG=$LANG | tee /etc/locale.conf && locale-gen
5452

5553
# install nodejs
5654
ARG NODE_PATH=/usr/lib/node_modules
@@ -109,7 +107,7 @@ RUN pacman -S --noconfirm jdk17-openjdk
109107
# install php
110108
RUN pacman -S --noconfirm php
111109

112-
# install php
110+
# install erlang and elixir
113111
RUN pacman -S --noconfirm erlang elixir
114112

115113
# install ruby

0 commit comments

Comments
 (0)