Add toxic dockerfile

This commit is contained in:
Sam Dodrill 2015-02-28 09:40:09 -08:00
parent 41dfd4bf32
commit ce3b016e46
1 changed files with 12 additions and 0 deletions

12
net/tox/toxic/Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM ubuntu:14.04
ADD https://repo.tox.im/pubkey.gpg /tox.gpg
#remove old key
RUN apt-key update &&\
echo "deb https://repo.tox.im/ nightly main" > /etc/apt/sources.list.d/tox.list &&\
cat /tox.gpg | apt-key add - &&\
apt-get install -y apt-transport-https && apt-get update -qq &&\
apt-get install -y toxic
CMD toxic