We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97830d0 commit 5db87f5Copy full SHA for 5db87f5
docker/editor-server/Dockerfile
@@ -70,8 +70,7 @@ RUN echo $LANG UTF-8 | tee -a /etc/locale.gen \
70
&& update-locale LC_ALL=$LANG
71
72
# 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 \
+RUN echo "deb http://binaries.erlang-solutions.com/debian bullseye contrib" > "/etc/apt/sources.list.d/erlang-solutions.list" \
75
&& apt-get update \
76
&& apt-get install -y esl-erlang \
77
&& apt-get install -y elixir
0 commit comments