Skip to content
Snippets Groups Projects
Commit 786b9757 authored by jkerdreu's avatar jkerdreu
Browse files

Latest release


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2836 b32b6428-25c9-4566-ad07-03861ab6144f
parent 6a9618c9
Branches
No related tags found
No related merge requests found
FROM python:3-slim-buster
FROM python:3-slim
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 iproute2 curl
RUN pip3 install --upgrade pip
RUN apt install -y subversion libsodium-dev git g++ tmux file fish procps iproute2 curl rlwrap telnet micro
RUN pip 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
......@@ -12,7 +12,7 @@ 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
#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