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
Fix missing import in finiterectlat-scatter.py
[qpms.git]
/
ci
/
Dockerfile_parts
/
00_common.alpine
blob
544407c37ab3e78963bb27c5c3184632bc7944f2
1
FROM alpine:latest AS commondeps
2
RUN apk update \
3
&& apk add cmake python3-dev py3-pip gcc g++ wget git make libc-dev bc \
4
&& adduser -D qpmsbuild
5