summaryrefslogtreecommitdiffstats
path: root/molecule/raspberrypi
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-22 01:03:57 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-22 01:03:57 +0200
commitbd24f22df185132539c415020818ab47fb340924 (patch)
tree8a9f7671d0c9228462d82c0d279826f6e5555ec2 /molecule/raspberrypi
parent24d28a74e297a85f749185eae18d605f228da967 (diff)
Pin versions to latest
Diffstat (limited to 'molecule/raspberrypi')
-rw-r--r--molecule/raspberrypi/Dockerfile.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/molecule/raspberrypi/Dockerfile.j2 b/molecule/raspberrypi/Dockerfile.j2
index 126602e4..b65d05ae 100644
--- a/molecule/raspberrypi/Dockerfile.j2
+++ b/molecule/raspberrypi/Dockerfile.j2
@@ -1,6 +1,6 @@
# Based on the amazing work of geerlingguy <3
# FROM docker.io/geerlingguy/docker-debian12-ansible
-FROM docker.io/library/debian:12.11
+FROM docker.io/library/debian:12.12
ARG DEBIAN_FRONTEND=noninteractive
@@ -8,7 +8,7 @@ ENV container docker
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
- systemd python3 avahi-daemon iproute2 ifupdown udev \
+ systemd python3 avahi-daemon dhcpcd iproute2 ifupdown udev \
&& rm -Rf /var/lib/apt/lists/* \
&& rm -Rf /usr/share/doc \
&& rm -Rf /usr/share/man \