mirror of https://github.com/rusefi/rusefi-ci.git
install software-properties-common
This commit is contained in:
parent
af80ffc9a1
commit
212dc7baf3
|
@ -76,6 +76,7 @@ RUN groupadd docker -g $GID &&\
|
|||
supervisor \
|
||||
iproute2 \
|
||||
openssh-client \
|
||||
software-properties-common \
|
||||
&& 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