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
18fce09b
Verified
Commit
18fce09b
authored
Oct 01, 2021
by
Aleksandar Todorović
Browse files
Merge branch 'master' of git.occrp.org:libre/gitlab-runner
parents
64b9a9e0
254487ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
18fce09b
...
...
@@ -45,8 +45,8 @@ RUN if [ "$ADD_REPOSITORIES" != "" ]; then \
ARG
INSTALL_PACKAGES=
RUN
export
DEBIAN_FRONTEND
=
noninteractive
&&
apt-get update
&&
apt-get
install
-y
\
locales
\
$INSTALL_PACKAGES
\
--no-install-recommends
&&
\
python2-minimal
\
$INSTALL_PACKAGES
&&
\
rm
-rf
/var/lib/apt/lists/
*
# just in case some tool needs UTF-8 support
...
...
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