qpms/ci/Dockerfile_parts/00_common.debian

7 lines
212 B
Plaintext
Raw 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 \
&& apt-get clean \
&& useradd -m qpmsbuild