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
8a5d518d
Commit
8a5d518d
authored
Oct 01, 2021
by
Aleksandar Todorović
Browse files
nodejs : Depends: python-minimal but it is not installable
parent
10e7ad99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
8a5d518d
...
...
@@ -42,6 +42,7 @@ 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
\
--no-install-recommends
&&
\
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