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

3 lines
115 B
Docker
Raw Normal View History

2022-05-30 07:31:11 +00:00
FROM {{ item.image }}
RUN /bin/sh -c 'apt-get update && apt-get upgrade -y && apt-get install -y python sudo bash'