Browse Source

fix elixir

txlyre 1 năm trước cách đây
mục cha
commit
5edc9a2057
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      langs/elixir/Dockerfile

+ 1 - 0
langs/elixir/Dockerfile

@@ -1,3 +1,4 @@
+RUN apt-get install software-properties-common -y
 RUN add-apt-repository ppa:rabbitmq/rabbitmq-erlang -y
 RUN apt update -y
 RUN apt install elixir erlang-dev erlang-xmerl -y