Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
infrastructure
mkdocs
Commits
f617ae11
Commit
f617ae11
authored
Nov 02, 2021
by
EKbfh
🐼
Browse files
Remove useless things
parent
5378643b
Pipeline
#34049
passed with stage
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f617ae11
...
...
@@ -8,18 +8,18 @@ ARG BUILD_PACKAGES="build-essential cmake gcc libffi-dev libmemcached-dev libssl
RUN
set
-ex
\
&&
apt update
&&
apt-get
install
-y
--no-install-recommends
\
$BUILD_PACKAGES
\
curl
\
libxml2
\
python3
\
python3-pip
\
&&
curl
-LJO
https://code.getnoc.com/noc/noc/-/raw/master/requirements.txt
\
&&
pip3
install
-r
requirements.txt
\
&&
pip3
install
\
lxml
==
4.6.2
\
mkdocs-material
==
7.3.3
\
mkdocs-macros-plugin
==
0.6.0
\
mkdocs-mermaid2-plugin
==
0.5.2
\
mkdocstrings
==
0.16.2
\
cachetools
\
atomicl
\
orjson
\
&&
apt remove
--purge
-y
$BUILD_PACKAGES
\
&&
apt autoremove
-y
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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