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
Kate Kader
Open VDS
Commits
a53ebc33
Commit
a53ebc33
authored
Nov 14, 2019
by
Jørgen Lind
Browse files
Add build Dockerfile
parent
143eff3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-environment.Dockerfile
0 → 100644
View file @
a53ebc33
FROM
alpine:latest
# Install the various required packages
RUN
apk add python3 python3-dev gcc g++ cmake make git
\
libxml2-dev boost-dev zlib-dev openssl-dev curl-dev
\
util-linux-dev
# This package contains the uuid development headers
# Copy the python requirement list into the container and download the packages
COPY
python/requirements-dev.txt /tmp/requirements-dev.txt
RUN
pip3
install
-r
tmp/requirements-dev.txt
Write
Preview
Markdown
is supported
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