let the user use sudo for tc

This commit is contained in:
soulgalore 2016-10-24 23:15:05 +02:00
parent c4d5f06a9c
commit 22407bbb2a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM sitespeedio/webbrowsers:firefox-49.0-chrome-54.0
RUN useradd --user-group --create-home --shell /bin/false app
RUN useradd --user-group --create-home --shell /bin/false app && usermod -aG sudo app
ENV HOME=/home/app