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