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
08ac9a41
Commit
08ac9a41
authored
Nov 02, 2021
by
EKbfh
🐼
Browse files
Add requirements from main repo
parent
1e6b8c3d
Pipeline
#34041
failed with stage
in 1 minute and 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
08ac9a41
...
@@ -2,17 +2,17 @@ FROM alpine:latest
...
@@ -2,17 +2,17 @@ FROM alpine:latest
RUN
set
-ex
\
RUN
set
-ex
\
&&
apk add
--virtual
.build-deps build-base python3-dev libxml2-dev libxslt-dev
\
&&
apk add
--virtual
.build-deps build-base python3-dev libxml2-dev libxslt-dev
\
&&
apk add
--no-cache
git python3 libxml2 libxslt
\
&&
apk add
--no-cache
git
curl
python3 libxml2 libxslt
\
&&
python3
-m
ensurepip
\
&&
python3
-m
ensurepip
\
&&
pip3
install
--upgrade
pip
\
&&
pip3
install
--upgrade
pip
\
&&
curl
-LJO
https://code.getnoc.com/noc/noc/-/raw/master/requirements.txt
\
&&
pip3
install
-r
requirements.txt
\
&&
pip3
install
\
&&
pip3
install
\
lxml
==
4.6.2
\
lxml
==
4.6.2
\
mkdocs-material
==
7.3.3
\
mkdocs-material
==
7.3.3
\
mkdocs-macros-plugin
==
0.6.0
\
mkdocs-macros-plugin
==
0.6.0
\
mkdocs-mermaid2-plugin
==
0.5.2
\
mkdocs-mermaid2-plugin
==
0.5.2
\
mkdocstrings
==
0.16.2
\
mkdocstrings
==
0.16.2
\
cachetools
\
atomicl
\
&&
apk del .build-deps
&&
apk del .build-deps
WORKDIR
/docs
WORKDIR
/docs
...
...
EKbfh
🐼
@EKbfh
mentioned in commit
cf511889
·
Nov 02, 2021
mentioned in commit
cf511889
mentioned in commit cf5118894e26ac6ad8aa88c94ef0980b6203efd1
Toggle commit list
EKbfh
🐼
@EKbfh
mentioned in merge request
!2 (closed)
·
Nov 02, 2021
mentioned in merge request
!2 (closed)
mentioned in merge request !2
Toggle commit list
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