Skip to content
Snippets Groups Projects
Commit 431e4e27 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add sudo

parent 1ac2bbf0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM debian:stretch
MAINTAINER Tamas Gal <tgal@km3net.de>
RUN apt-get update -qq && apt-get install -y wget bzip2 python-pip git
RUN apt-get install -y build-essential squashfs-tools libtool autotools-dev libarchive-dev automake autoconf uuid-dev libssl-dev
RUN apt-get install -y build-essential squashfs-tools libtool autotools-dev libarchive-dev automake autoconf uuid-dev libssl-dev sudo
RUN pip install sregistry[all]
RUN sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment