Mercurial > crates > nonstick
view testharness/container/Containerfile @ 152:4d11b2e7da83
fix dumb `use x as x` in question.rs.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 07 Jul 2025 19:05:31 -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