6 lines
170 B
Docker
6 lines
170 B
Docker
FROM geerlingguy/docker-debian9-ansible:latest
|
|
|
|
# This is to override Testinfra issue with Debian 9 Docker image
|
|
RUN touch /tmp/systemd
|
|
RUN ln -s /tmp/systemd /sbin/init
|