Mercurial > crates > nonstick
view testharness/container/Containerfile @ 169:77470e45e397
Set up stuff to work the way Sun expects it to.
This sets up PAM to use pam_authtok_get.so on Sun machines.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Tue, 15 Jul 2025 01:32:21 -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
