view testharness/container/Containerfile @ 167:0cabe7b94a4f

Check for old_authtok in change_authtok to emulate real behavior.
author Paul Fisher <paul@pfish.zone>
date Tue, 15 Jul 2025 00:39:08 -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