summaryrefslogtreecommitdiffstats
path: root/molecule/raspberrypi/Dockerfile.j2
diff options
context:
space:
mode:
Diffstat (limited to 'molecule/raspberrypi/Dockerfile.j2')
-rw-r--r--molecule/raspberrypi/Dockerfile.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/molecule/raspberrypi/Dockerfile.j2 b/molecule/raspberrypi/Dockerfile.j2
index b65d05ae..51d6b0dd 100644
--- a/molecule/raspberrypi/Dockerfile.j2
+++ b/molecule/raspberrypi/Dockerfile.j2
@@ -20,6 +20,10 @@ RUN rm -f /lib/systemd/system/multi-user.target.wants/getty.target
RUN systemctl enable avahi-daemon \
&& touch /etc/locale.gen
+# Enable passwordless sudo for test_group (created by the user role)
+RUN echo '%test_group ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/test_group && \
+ chmod 0440 /etc/sudoers.d/test_group
+
VOLUME ["/sys/fs/cgroup", "/tmp", "/run", "/opt"]
CMD ["/lib/systemd/systemd"]