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
87ac2925
Commit
87ac2925
authored
Sep 02, 2019
by
Markus Frosch
Browse files
trusty: Fix duplicated user creation
parent
5a42f2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
trusty/x86_64/Dockerfile
View file @
87ac2925
...
...
@@ -19,11 +19,6 @@ RUN eatmydata apt-get install -y \
sudo
wget curl
tar
expect git
\
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
RUN
groupadd
-g
1000 jenkins
\
&&
useradd
-u
1000
-g
1000
-m
jenkins
\
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
&&
DIST
=
trusty
\
&&
echo
"deb http://packages.icinga.com/ubuntu icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
...
...
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