summaryrefslogtreecommitdiffstats
path: root/molecule/default
diff options
context:
space:
mode:
Diffstat (limited to 'molecule/default')
-rw-r--r--molecule/default/Dockerfile.raspberrypi.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/molecule/default/Dockerfile.raspberrypi.j2 b/molecule/default/Dockerfile.raspberrypi.j2
index 1b1133f4..0345c21f 100644
--- a/molecule/default/Dockerfile.raspberrypi.j2
+++ b/molecule/default/Dockerfile.raspberrypi.j2
@@ -17,7 +17,8 @@ RUN apt-get update \
RUN rm -f /lib/systemd/system/multi-user.target.wants/getty.target
# Mimic Raspberry OS default boot (for testing)
-RUN systemctl enable avahi-daemon
+RUN systemctl enable avahi-daemon \
+ && touch /etc/locale.gen
VOLUME ["/sys/fs/cgroup", "/tmp", "/run", "/opt"]