annotate modules/stdlib/.devcontainer/Dockerfile @ 471:65290cb0cec2

Tidy up SSH firewall handling We can be generic while referencing private values for specific ports
author IBBoard <dev@ibboard.co.uk>
date Sun, 12 May 2024 19:51:53 +0100
parents 4a2ee7e3b110
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
424
4a2ee7e3b110 Update stdlib in case it fixed deprecation
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 FROM puppet/pdk:latest
4a2ee7e3b110 Update stdlib in case it fixed deprecation
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2
4a2ee7e3b110 Update stdlib in case it fixed deprecation
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 # [Optional] Uncomment this section to install additional packages.
4a2ee7e3b110 Update stdlib in case it fixed deprecation
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
4a2ee7e3b110 Update stdlib in case it fixed deprecation
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 # && apt-get -y install --no-install-recommends <your-package-list-here>
4a2ee7e3b110 Update stdlib in case it fixed deprecation
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6