Skip to content
Snippets Groups Projects

Add go support for Strech

Merged Henrik Triem requested to merge feature/stretch-go into master
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -21,7 +21,8 @@ RUN groupadd -g 1000 build \
&& echo 'build ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers \
&& chown build.build /usr/local/bin
USER build
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go
USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"]
Loading