Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Perkins
ducc
Commits
b27ed2c6
Commit
b27ed2c6
authored
Feb 25, 2020
by
Martin Reinecke
Browse files
tweak tests
parent
3538f0ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b27ed2c6
FROM
debian:testing-slim
RUN
apt-get update
&&
apt-get
install
-y
git python3-pip python3-pytest python3-pybind11 pybind11-dev clang
++
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
apt-get update
&&
apt-get
install
-y
git python3-pip python3-pytest python3-pybind11 pybind11-dev clang
&&
rm
-rf
/var/lib/apt/lists/
*
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