diff options
Diffstat (limited to 'molecule/default/Dockerfile.raspberrypi.j2')
| -rw-r--r-- | molecule/default/Dockerfile.raspberrypi.j2 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/molecule/default/Dockerfile.raspberrypi.j2 b/molecule/default/Dockerfile.raspberrypi.j2 deleted file mode 100644 index aa620c58..00000000 --- a/molecule/default/Dockerfile.raspberrypi.j2 +++ /dev/null @@ -1,25 +0,0 @@ -# Based on the amazing work of geerlingguy <3 -# FROM docker.io/geerlingguy/docker-debian12-ansible -FROM docker.io/library/debian:bookworm - -ARG DEBIAN_FRONTEND=noninteractive - -ENV container docker - -RUN apt-get update \ - && apt-get install -y --no-install-recommends \ - systemd python3 avahi-daemon iproute2 ifupdown \ - && rm -Rf /var/lib/apt/lists/* \ - && rm -Rf /usr/share/doc \ - && rm -Rf /usr/share/man \ - && apt-get clean - -RUN rm -f /lib/systemd/system/multi-user.target.wants/getty.target - -# Mimic Raspberry OS default boot (for testing) -RUN systemctl enable avahi-daemon \ - && touch /etc/locale.gen - -VOLUME ["/sys/fs/cgroup", "/tmp", "/run", "/opt"] - -CMD ["/lib/systemd/systemd"] |
