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

Fix SVN


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3222 b32b6428-25c9-4566-ad07-03861ab6144f
parent 6a665f6f
No related branches found
No related tags found
No related merge requests found
File moved
#!/bin/sh #!/bin/sh
VER=latest VER=latest
NAME=xaal-debian NAME=xaal-debian-dev
docker buildx build -t ${NAME}:${VER} . docker buildx build -t ${NAME}:${VER} .
docker run -it --rm -p 9090:9090 -p 8080:8080 -p 8081:8081 ${NAME}:${VER} docker run -it --rm -p 9090:9090 -p 8080:8080 -p 8081:8081 ${NAME}:${VER}
#!/bin/sh #!/bin/sh
VER=latest VER=latest
NAME=xaal-debian NAME=xaal-debian-dev
docker buildx build -t ${NAME}:${VER} . docker buildx build -t ${NAME}:${VER} .
docker run -it --rm -p 9090:9090 -p 8080:8080 -p 8081:8081 ${NAME}:${VER} docker run -it --rm -p 9090:9090 -p 8080:8080 -p 8081:8081 ${NAME}:${VER}
......
FROM python:3-slim FROM python:3-slim
RUN apt update RUN apt update
#RUN apt install -y python3 python3-dev python3-pip subversion libsodium-dev git g++ tmux file RUN apt install -y libsodium-dev tmux file fish procps iproute2 curl rlwrap telnet micro sudo
RUN apt install -y subversion libsodium-dev git g++ tmux file fish procps iproute2 curl rlwrap telnet micro sudo
RUN useradd -ms /usr/bin/fish xaal RUN useradd -ms /usr/bin/fish xaal
RUN echo "xaal ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/xaal RUN echo "xaal ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/xaal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment