mirror of https://github.com/rusefi/rusefi-ci.git
install file
This commit is contained in:
parent
4532cd80c1
commit
2ea6bbc9ed
|
@ -47,6 +47,7 @@ RUN useradd -m -g sudo docker &&\
|
|||
time \
|
||||
lsb-release \
|
||||
wget \
|
||||
file \
|
||||
&& apt-get autoremove -y && apt-get clean -y &&\
|
||||
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers &&\
|
||||
echo 'APT::Get::Assume-Yes "true";' >/etc/apt/apt.conf.d/90forceyes &&\
|
||||
|
|
Loading…
Reference in New Issue