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
89d9aec0
Verified
Commit
89d9aec0
authored
Oct 01, 2021
by
Aleksandar Todorović
Browse files
YES, install add-apt-repository
parent
cc5d8cee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Dockerfile
Dockerfile
+2
-3
No files found.
Dockerfile
View file @
89d9aec0
...
...
@@ -17,10 +17,9 @@ 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 apt update
&&
apt
install
software-properties-common
&&
\
RUN
DEBIAN_FRONTEND
=
noninteractive apt update
&&
apt
install
-y
software-properties-common
&&
\
add-apt-repository universe
&&
\
apt update
&&
\
apt
install
python2
apt
install
-y
python2
# adding repository keys
ARG
ADD_REPOSITORY_KEYS=
...
...
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