qpms/ci/Dockerfile_parts/00_common.alpine

6 lines
150 B
Plaintext
Raw Normal View History

2022-06-09 05:14:45 +03:00
FROM alpine:latest AS commondeps
RUN apk update \
&& apk add cmake python3-dev py3-pip gcc g++ wget git make libc-dev bc \
2022-06-09 05:14:45 +03:00
&& adduser -D qpmsbuild