view testharness/container/Containerfile @ 140:add7228adb2f

Neaten up some stuff in libpam-sys memory module.
author Paul Fisher <paul@pfish.zone>
date Sat, 05 Jul 2025 17:11:33 -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