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
09e470f0
Commit
09e470f0
authored
Nov 21, 2020
by
Dmitry Volodin
Browse files
Update Dockerfile
Deleted requirements.txt
parent
14327b0f
Pipeline
#28873
failed with stage
in 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
09e470f0
...
...
@@ -3,7 +3,8 @@ FROM alpine:latest
RUN
set
-ex
\
&&
apk add
--no-cache
git python3
\
&&
python3
-m
ensurepip
\
&&
pip3
install
-r
requirements.txt
&&
pip3
install
--upgrade
pip
\
&&
pip3
install
mkdocs
==
1.1.2
WORKDIR
/docs
VOLUME
/docs
requirements.txt
deleted
100644 → 0
View file @
14327b0f
mkdocs
==1.1.2
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