Disable "hard" examples in CI
[qpms.git] / ci / Dockerfile_parts / 00_common.debian
blobd889210bd67753daa1a1dbed8b02b744d6b782cc
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