mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
* Adjust version_added, re-place tests. (#34) * Template docker test containers. * Forgot to adjust test.
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
FROM {{ docker_test_image_alpine }}
|
|
ENV INSTALL_PATH /newdata
|
|
RUN mkdir -p $INSTALL_PATH
|
|
|
|
WORKDIR $INSTALL_PATH
|