Mercurial > repos > other > Puppet
comparison modules/firewall/.devcontainer/Dockerfile @ 403:a0c1b33a243f
Add missed new Firewall module files
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 20 Apr 2022 19:30:33 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
402:76d18a918e7f | 403:a0c1b33a243f |
---|---|
1 FROM puppet/pdk:latest | |
2 | |
3 # [Optional] Uncomment this section to install additional packages. | |
4 # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ | |
5 # && apt-get -y install --no-install-recommends <your-package-list-here> | |
6 |