Skip to content

Commit e213683

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/editor-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +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 echo "deb http://binaries.erlang-solutions.com/debian bullseye contrib" > "/etc/apt/sources.list.d/erlang-solutions.list" \
73+
RUN echo "deb [trusted=yes] http://binaries.erlang-solutions.com/debian bullseye contrib" > "/etc/apt/sources.list.d/erlang-solutions.list" \
7474
&& apt-get update \
7575
&& apt-get install -y esl-erlang \
7676
&& apt-get install -y elixir

0 commit comments

Comments
 (0)