Skip to content
Snippets Groups Projects
Commit 02e52219 authored by Noah Hilverling's avatar Noah Hilverling
Browse files

Remove unused PATH addition

parent aeaf0af7
No related branches found
No related tags found
No related merge requests found
Pipeline #7414 failed
...@@ -27,7 +27,6 @@ RUN groupadd -g 1000 build \ ...@@ -27,7 +27,6 @@ RUN groupadd -g 1000 build \
&& echo 'Defaults:build !requiretty' | tee -a /etc/sudoers \ && echo 'Defaults:build !requiretty' | tee -a /etc/sudoers \
&& echo 'build ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers \ && echo 'build ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers \
&& chown build.build /usr/local/bin \ && chown build.build /usr/local/bin \
&& echo 'PATH=$PATH:/usr/lib/go-1.11/bin' >> /home/build/.bashrc
USER build USER build
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment