txlyre hace 1 año
padre
commit
5edc9a2057
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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