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

Move go bin inclusion to .bashrc

parent 85a98e8f
No related branches found
No related tags found
No related merge requests found
Pipeline #7385 passed
......@@ -27,7 +27,7 @@ RUN groupadd -g 1000 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 'PATH=$PATH:/usr/lib/go-1.11/bin' >> /etc/profile
&& echo 'PATH=$PATH:/usr/lib/go-1.11/bin' >> /home/build/.bashrc
USER build
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