summaryrefslogtreecommitdiffstats
path: root/.travis/xenial/Dockerfile
blob: ad5414fdbe97fcd73cddc9a4e0b3efa9884f8497 (plain)
1
2
3
4
5
6
7
8
9
10
11
FROM ubuntu:xenial

RUN apt-get update
RUN apt-get -y install packaging-dev equivs

RUN useradd -s /bin/bash -m deb
RUN echo >> /etc/sudoers
RUN echo "deb ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

USER deb
WORKDIR /home/deb