view testharness/container/Containerfile @ 162:180237d0b498

Improve README files for libpam-sys and libpam-sys-consts.
author Paul Fisher <paul@pfish.zone>
date Mon, 14 Jul 2025 15:07:16 -0400
parents a2676475e86b
children
line wrap: on
line source

FROM docker.io/debian:stable

RUN apt-get -y update \
    && apt-get -y upgrade \
    && apt-get install -y cargo mercurial \
    && apt-get clean