txlyre 1 ano atrás
pai
commit
1665bf172c
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      langs/odin/Dockerfile

+ 2 - 1
langs/odin/Dockerfile

@@ -1,6 +1,7 @@
 RUN apt-get install wget unzip -y
 RUN apt-get install libedit2 libedit-dev -y
 RUN apt-get install libxml2 libxml2-dev -y
-RUN apt-get install libffi libffi-dev -y
+RUN apt-get install zlib1g -y
+RUN apt-get install libffi6 libffi-dev -y
 RUN apt-get install libtinfo libtinfo-dev -y
 RUN apt-get install libstdc++6 -y