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
70b69e18
Commit
70b69e18
authored
Nov 28, 2019
by
Noah Hilverling
Browse files
Remove missed backslash
parent
02e52219
Pipeline
#9428
passed with stage
in 8 minutes and 52 seconds
Changes
1
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
bionic/x86_64/Dockerfile
View file @
70b69e18
...
...
@@ -26,7 +26,7 @@ RUN groupadd -g 1000 build \
&&
useradd
-u
1000
-g
1000
-m
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
\
&&
chown
build.build /usr/local/bin
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