txlyre hace 2 días
padre
commit
71a77ce1d3
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      langs/odin/Dockerfile

+ 8 - 1
langs/odin/Dockerfile

@@ -1 +1,8 @@
-RUN apt-get install wget -y
+RUN apt-get install wget unzip -y
+RUN apt-get install libedit2 -y
+RUN apt-get install libxml2 -y
+RUN apt-get install zlib1g -y
+RUN apt-get install libffi8 -y
+RUN apt-get install libtinfo6 -y
+RUN apt-get install libstdc++6 -y
+RUN apt-get install clang -y