This repository has been archived on 2022-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.discourse-email/molecule/default/Dockerfile.j2
decentral1se a66d7d6e8d
init
2022-05-30 09:32:10 +02:00

3 lines
115 B
Django/Jinja

FROM {{ item.image }}
RUN /bin/sh -c 'apt-get update && apt-get upgrade -y && apt-get install -y python sudo bash'