txlyre 1 年間 前
コミット
12c5296a98
1 ファイル変更1 行追加1 行削除
  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