txlyre před 1 rokem
rodič
revize
9915d5f36c
2 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 5 0
      langs/io/Dockerfile
  2. 5 0
      langs/io/run.sh

+ 5 - 0
langs/io/Dockerfile

@@ -0,0 +1,5 @@
+RUN apt-get install wget unzip -y
+RUN wget -c http://iobin.suspended-chord.info/linux/iobin-linux-x64-deb-current.zip
+RUN unzip IoLanguage-2013.11.04-Linux-x64.deb
+RUN yes | dpkg -i IoLanguage-2013.11.04-Linux-x64.deb
+RUN rm IoLanguage-2013.11.04-Linux-x64.deb license.txt README.txt

+ 5 - 0
langs/io/run.sh

@@ -0,0 +1,5 @@
+IN="$(mktemp --suffix .io)"
+
+cat > "$IN"
+
+io "$IN"