Mercurial > repos > other > Puppet
view modules/stdlib/.devcontainer/Dockerfile @ 461:5c97adb07a0a
Fix IP addresses in Ubuntu
Apparently that file was wrong and didn't work after reboot.
Each Ubuntu LTS has a different way of configuring.
Also added a "restart networking on change" command.
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 17 Sep 2023 15:20:12 +0100 |
parents | 4a2ee7e3b110 |
children |
line wrap: on
line source
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>