Browse Source

fix elixir

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

+ 1 - 1
langs/elixir/Dockerfile

@@ -1,4 +1,4 @@
-RUN apt-get install software-properties-common -y
+RUN apt-get install python3-launchpadlib 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