Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
ubuntu
Commits
aeaf0af7
Commit
aeaf0af7
authored
Nov 25, 2019
by
Noah Hilverling
Browse files
Move go bin inclusion to .bashrc
parent
85a98e8f
Pipeline
#7385
passed with stage
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bionic/x86_64/Dockerfile
View file @
aeaf0af7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment