Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
infrastructure
mkdocs
Commits
bbf3ad9e
Commit
bbf3ad9e
authored
Nov 02, 2021
by
EKbfh
🐼
Browse files
Add pip3
parent
001f17fb
Pipeline
#34046
failed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
bbf3ad9e
...
@@ -8,7 +8,7 @@ RUN set -ex \
...
@@ -8,7 +8,7 @@ RUN set -ex \
curl
\
curl
\
libxml2
\
libxml2
\
python3
\
python3
\
&&
python3
-m
ensure
pip
\
python3
-
pip
\
&&
pip3
install
--upgrade
pip
\
&&
pip3
install
--upgrade
pip
\
&&
curl
-LJO
https://code.getnoc.com/noc/noc/-/raw/master/requirements.txt
\
&&
curl
-LJO
https://code.getnoc.com/noc/noc/-/raw/master/requirements.txt
\
&&
pip3
install
-r
requirements.txt
\
&&
pip3
install
-r
requirements.txt
\
...
...
Write
Preview
Supports
Markdown
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