Skip to content
Snippets Groups Projects
Commit 4ae2e345 authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Install Go

parent 04e199b8
No related branches found
No related tags found
1 merge request!1Install Go
Pipeline #23374 passed
...@@ -31,7 +31,8 @@ RUN groupadd -g 1000 build \ ...@@ -31,7 +31,8 @@ RUN groupadd -g 1000 build \
&& 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
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
RUN icinga-provide-go armv6l
USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"] ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"] CMD ["icinga-build-package"]
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