Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
gitlab-runner
Commits
cc5d8cee
Verified
Commit
cc5d8cee
authored
Oct 01, 2021
by
Aleksandar Todorović
Browse files
Adds add-apt-repository
parent
94cab916
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
cc5d8cee
...
...
@@ -17,7 +17,8 @@ RUN groupmod --gid ${GITLAB_RUNNER_GID} gitlab-runner \
&&
usermod
--uid
"
${
GITLAB_RUNNER_UID
}
"
gitlab-runner
# can we have python2 pretty please
RUN
DEBIAN_FRONTEND
=
noninteractive add-apt-repository universe
&&
\
RUN
DEBIAN_FRONTEND
=
noninteractive apt update
&&
apt
install
software-properties-common
&&
\
add-apt-repository universe
&&
\
apt update
&&
\
apt
install
python2
...
...
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