Skip to content
Snippets Groups Projects
Commit 4263c30c authored by jkerdreu's avatar jkerdreu
Browse files

Added micro, and fix network


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2650 b32b6428-25c9-4566-ad07-03861ab6144f
parent da624f36
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@ This folder contains some docker files.
xaal-debian:
===========
This docker image is a an debian distro w/ the xAAL subversion. The default xAAL key is "xaal".
This docker image is a an debian distro w/ the xAAL subversion. The default xAAL key is "xAAL".
You can of course launch severals images in parallel to test the protocol itself.
FROM python:3-slim-buster
RUN apt update
#RUN apt install -y python3 python3-dev python3-pip subversion libsodium-dev git g++ tmux file
RUN apt install -y python3-pip subversion libsodium-dev git g++ tmux file fish procps net-tools nano
RUN apt install -y python3-pip subversion libsodium-dev git g++ tmux file fish procps iproute2 curl
RUN pip3 install --upgrade pip
RUN svn co https://redmine.telecom-bretagne.eu/svn/xaal/code/Python/branches/0.7 /root/xaal_svn
RUN cd /root/xaal_svn && python3 ./install.py
RUN mkdir /root/.xaal/
RUN echo xaal|xaal-keygen|grep "key=" > /root/.xaal/xaal.ini
RUN echo xAAL|xaal-keygen|grep "key=" > /root/.xaal/xaal.ini
COPY ./tmux.conf /root/.tmux.conf
run chsh root -s /usr/bin/fish
run curl https://getmic.ro | bash;mv ./micro /usr/local/bin
#CMD ["tmux"]
#CMD ["bash"]
CMD ["fish"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment