Skip to content
Snippets Groups Projects
Commit 2a06ab51 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Update Dockerfile

parent cea13729
No related branches found
No related tags found
No related merge requests found
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 python3 python3-dev python3-pip git libsodium-dev git g++ tmux file
RUN apt install -y subversion libsodium-dev git g++ tmux file fish procps iproute2 curl rlwrap telnet micro sudo RUN apt install -y git 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