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
fb6d27e7
Commit
fb6d27e7
authored
Nov 21, 2020
by
Dmitry Volodin
Browse files
Update Dockerfile
Deleted requirements.txt
parent
a9978e2c
Pipeline
#28877
passed with stage
in 1 minute and 38 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
fb6d27e7
FROM
alpine:latest
RUN
set
-ex
\
&&
apk add
--virtual
.build-deps build-base
\
&&
apk add
--virtual
.build-deps build-base
python3-dev
\
&&
apk add
--no-cache
git python3
\
&&
python3
-m
ensurepip
\
&&
pip3
install
--upgrade
pip
\
&&
pip3
install
mkdocs
==
1.1.2
\
&&
apk del .build-deps
...
...
requirements.txt
deleted
100644 → 0
View file @
a9978e2c
mkdocs
==1.1.2
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