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
3dc97d77
Commit
3dc97d77
authored
Nov 22, 2020
by
Dmitry Volodin
Browse files
Update Dockerfile
parent
fb6d27e7
Pipeline
#28917
passed with stage
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3dc97d77
...
...
@@ -5,7 +5,7 @@ RUN set -ex \
&&
apk add
--no-cache
git python3
\
&&
python3
-m
ensurepip
\
&&
pip3
install
--upgrade
pip
\
&&
pip3
install
mkdocs
==
1
.1.
2
\
&&
pip3
install
mkdocs
-material
==
6
.1.
6
\
&&
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