qpms/ci/Dockerfile_parts/00_common.debian

7 lines
215 B
Plaintext
Raw Permalink Normal View History

2022-06-09 05:14:45 +03:00
FROM debian:stable AS commondeps
RUN apt-get update \
&& apt-get -y install --no-install-recommends build-essential cmake python3 python3-pip git wget python3-dev bc \
2022-06-09 05:14:45 +03:00
&& apt-get clean \
&& useradd -m qpmsbuild