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
02e52219
Commit
02e52219
authored
Nov 28, 2019
by
Noah Hilverling
Browse files
Remove unused PATH addition
parent
aeaf0af7
Pipeline
#7414
failed with stage
in 5 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bionic/x86_64/Dockerfile
View file @
02e52219
...
...
@@ -27,7 +27,6 @@ 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'
>>
/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