summaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:32:06 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:32:06 +0200
commitcdbcfde66e086ea0f7f703b72df39f62e632430c (patch)
treefaa52216a46ed07d2bb9afa16094279732f7b8dc /molecule
parentf893a7484787d42064eebe5395f3db5c0787ca96 (diff)
Fix CI testing ensuring locale packages are installed
Diffstat (limited to 'molecule')
-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"]