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
0cd74304
Verified
Commit
0cd74304
authored
Oct 01, 2021
by
Aleksandar Todorović
Browse files
None of this python2 is needed anymore
parent
89d9aec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
Dockerfile
Dockerfile
+0
-6
No files found.
Dockerfile
View file @
0cd74304
...
...
@@ -16,11 +16,6 @@ ARG GITLAB_RUNNER_GID=999
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
-y
software-properties-common
&&
\
add-apt-repository universe
&&
\
apt
install
-y
python2
# adding repository keys
ARG
ADD_REPOSITORY_KEYS=
RUN if
[
"
$ADD_REPOSITORY_KEYS
"
!=
""
]
;
then
\
...
...
@@ -48,7 +43,6 @@ RUN if [ "$ADD_REPOSITORIES" != "" ]; then \
ARG
INSTALL_PACKAGES=
RUN
export
DEBIAN_FRONTEND
=
noninteractive
&&
apt-get update
&&
apt-get
install
-y
\
locales
\
python2-minimal
\
$INSTALL_PACKAGES
&&
\
rm
-rf
/var/lib/apt/lists/
*
...
...
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