Install sudo and add builder to sudoers
This commit is contained in:
parent
06e5b7bdf3
commit
a0d49272eb
|
@ -10,6 +10,10 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
|||
python3-dev python3-pip python3.8 python3.8-dev python3.8-venv \
|
||||
python-msgpack python-qt4 language-pack-en qt5dxcb-plugin tor xvfb
|
||||
|
||||
RUN apt-get install -yq sudo
|
||||
|
||||
RUN echo 'builder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||
|
||||
RUN python3.8 -m pip install setuptools wheel
|
||||
RUN python3.8 -m pip install --upgrade pip tox virtualenv
|
||||
|
||||
|
|
Reference in New Issue
Block a user