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
29d1968b
Commit
29d1968b
authored
Nov 21, 2020
by
Dmitry Volodin
Browse files
Update Dockerfile
parent
14327b0f
Pipeline
#28874
failed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
29d1968b
FROM
alpine:latest
RUN
set
-ex
\
&&
pkg add
--virtual
.build-deps build-base
\
&&
apk add
--no-cache
git python3
\
&&
python3
-m
ensurepip
\
&&
pip3
install
-r
requirements.txt
&&
pip3
install
-r
requirements.txt
\
&&
apk del .build-deps
WORKDIR
/docs
VOLUME
/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