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
254487ce
Commit
254487ce
authored
Oct 01, 2021
by
Aleksandar Todorović
Browse files
Do whatever's the opposite of --no-install-recommends
parent
8a5d518d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+1
-2
No files found.
Dockerfile
View file @
254487ce
...
...
@@ -43,8 +43,7 @@ ARG INSTALL_PACKAGES=
RUN
export
DEBIAN_FRONTEND
=
noninteractive
&&
apt-get update
&&
apt-get
install
-y
\
locales
\
python2-minimal
\
$INSTALL_PACKAGES
\
--no-install-recommends
&&
\
$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