diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:06 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:06 +0200 |
| commit | cdbcfde66e086ea0f7f703b72df39f62e632430c (patch) | |
| tree | faa52216a46ed07d2bb9afa16094279732f7b8dc /molecule/default | |
| parent | f893a7484787d42064eebe5395f3db5c0787ca96 (diff) | |
Fix CI testing ensuring locale packages are installed
Diffstat (limited to 'molecule/default')
| -rw-r--r-- | molecule/default/Dockerfile.raspberrypi.j2 | 3 |
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"] |
