changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.mail

changeset 37: 60461d073737
parent: 98aa8d30816a
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 06 Sep 2024 20:04:25 -0400
permissions: -rw-r--r--
description: fixes
1 FROM localhost/worker:latest
2 RUN --network=host curl --proto '=https' --tlsv1.2 -sSf https://get.stalw.art/install.sh -o .stash/install.sh
3 ENTRYPOINT ["sudo", ".stash/install.sh"]