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
a9978e2c
Commit
a9978e2c
authored
Nov 21, 2020
by
Dmitry Volodin
Browse files
Update Dockerfile
parent
a0138586
Pipeline
#28876
failed with stage
in 42 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a9978e2c
...
...
@@ -4,7 +4,7 @@ RUN set -ex \
&&
apk add
--virtual
.build-deps build-base
\
&&
apk add
--no-cache
git python3
\
&&
python3
-m
ensurepip
\
&&
pip3
install
-r
requirements.txt
\
&&
pip3
install
mkdocs
==
1.1.2
\
&&
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