diff --git a/15.2/Dockerfile b/15.2/Dockerfile index 3e538803caaa1f276e7ee36445710e8a96f7e666..7e1ae0a0ffca59db2d145e189b0e98af508d7e03 100644 --- a/15.2/Dockerfile +++ b/15.2/Dockerfile @@ -26,8 +26,7 @@ RUN rpm --import https://packages.icinga.com/icinga.key \ RUN groupadd -g 1000 build \ && useradd -u 1000 -g 1000 -m build \ && echo 'Defaults:build !requiretty' | tee -a /etc/sudoers \ - && echo 'build ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers \ - && chown build.build /usr/local/bin + && echo 'build ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin RUN icinga-provide-go diff --git a/15.3/Dockerfile b/15.3/Dockerfile index fce1ae7835af18fb8dfd0870eb542414f721ca14..261c5caee8acfab578fd5bb70451091644cf9194 100644 --- a/15.3/Dockerfile +++ b/15.3/Dockerfile @@ -26,8 +26,7 @@ RUN rpm --import https://packages.icinga.com/icinga.key \ RUN groupadd -g 1000 build \ && useradd -u 1000 -g 1000 -m build \ && echo 'Defaults:build !requiretty' | tee -a /etc/sudoers \ - && echo 'build ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers \ - && chown build.build /usr/local/bin + && echo 'build ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin RUN icinga-provide-go