Skip to content

Commit 5db87f5

Browse files
committed
fix: Fix deps.
1 parent 97830d0 commit 5db87f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/editor-server/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ RUN echo $LANG UTF-8 | tee -a /etc/locale.gen \
7070
&& update-locale LC_ALL=$LANG
7171

7272
# install erlang and elixir
73-
RUN curl -sSLf https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb -o /tmp/erlang-solutions_2.0_all.deb \
74-
&& dpkg -i /tmp/erlang-solutions_2.0_all.deb \
73+
RUN echo "deb http://binaries.erlang-solutions.com/debian bullseye contrib" > "/etc/apt/sources.list.d/erlang-solutions.list" \
7574
&& apt-get update \
7675
&& apt-get install -y esl-erlang \
7776
&& apt-get install -y elixir

0 commit comments

Comments
 (0)