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
bc902526
Commit
bc902526
authored
Dec 28, 2020
by
Dmitry Volodin
Browse files
Update Dockerfile
parent
c30703df
Pipeline
#29793
passed with stage
in 6 minutes and 45 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
bc902526
FROM
alpine:latest
RUN
set
-ex
\
&&
apk add
--virtual
.build-deps build-base python3-dev
\
&&
apk add
--no-cache
git python3
\
&&
apk add
--virtual
.build-deps build-base python3-dev
libxml2-dev libxslt-dev
\
&&
apk add
--no-cache
git python3
libxml2 libxslt
\
&&
python3
-m
ensurepip
\
&&
pip3
install
--upgrade
pip
\
&&
pip3
install
mkdocs-material
==
6.
1.6
mkdocs-macros-plugin
==
0.
4.2
0 mkdocs-mermaid2-plugin
==
0.5.
0
\
&&
pip3
install
lxml
==
4.6.2
mkdocs-material
==
6.
2.3
mkdocs-macros-plugin
==
0.
5.
0 mkdocs-mermaid2-plugin
==
0.5.
1
\
&&
apk del .build-deps
WORKDIR
/docs
...
...
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