8 lines
181 B
Docker
8 lines
181 B
Docker
FROM quay.io/ansible/molecule:2.20
|
|
|
|
VOLUME [ "/sys/fs/cgroup", "/run", "/run/lock" ]
|
|
|
|
COPY ./entrypoint.sh /entrypoint.sh
|
|
RUN chmod 755 /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|