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 5db87f5 commit e213683Copy full SHA for e213683
docker/editor-server/Dockerfile
@@ -70,7 +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 echo "deb http://binaries.erlang-solutions.com/debian bullseye contrib" > "/etc/apt/sources.list.d/erlang-solutions.list" \
+RUN echo "deb [trusted=yes] http://binaries.erlang-solutions.com/debian bullseye contrib" > "/etc/apt/sources.list.d/erlang-solutions.list" \
74
&& apt-get update \
75
&& apt-get install -y esl-erlang \
76
&& apt-get install -y elixir
0 commit comments