File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
build-image :
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-latest-m
13
13
14
14
steps :
15
15
- name : 🛑 Cancel Previous Runs
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ RUN pacman -Syyu --noconfirm
26
26
# install useful packages
27
27
RUN pacman -S --noconfirm \
28
28
base-devel \
29
- openssh \
30
29
git git-lfs \
31
30
gnupg \
32
31
the_silver_searcher jq \
@@ -49,8 +48,7 @@ RUN pacman -S --noconfirm \
49
48
# Gen locale
50
49
ARG LANG=en_US.UTF-8
51
50
ENV LANG=$LANG
52
- ENV LC_ALL=$LANG
53
- RUN locale-gen
51
+ RUN echo LANG=$LANG | tee /etc/locale.conf && locale-gen
54
52
55
53
# install nodejs
56
54
ARG NODE_PATH=/usr/lib/node_modules
@@ -109,7 +107,7 @@ RUN pacman -S --noconfirm jdk17-openjdk
109
107
# install php
110
108
RUN pacman -S --noconfirm php
111
109
112
- # install php
110
+ # install erlang and elixir
113
111
RUN pacman -S --noconfirm erlang elixir
114
112
115
113
# install ruby
You can’t perform that action at this time.
0 commit comments