1
0
mirror of https://github.com/ardichoke/puppet-arpwatch.git synced 2026-05-11 02:15:37 -04:00
Files
puppet-arpwatch/.devcontainer/Dockerfile
Ryan DeShone a9dfc7fa45 PDK Updates, clean up module
Update PDK framework. Get rid of old params style of module writing and
replace with Hiera 5 module data.
2022-03-01 21:10:13 -05:00

7 lines
234 B
Docker

FROM puppet/pdk:latest
# [Optional] Uncomment this section to install additional packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>