repo.or.cz
/
qpms.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disable "hard" examples in CI
[qpms.git]
/
ci
/
Dockerfile_parts
/
00_common.debian
blob
d889210bd67753daa1a1dbed8b02b744d6b782cc
1
FROM debian:stable AS commondeps
2
RUN apt-get update \
3
&& apt-get -y install --no-install-recommends build-essential cmake python3 python3-pip git wget python3-dev bc \
4
&& apt-get clean \
5
&& useradd -m qpmsbuild
6