mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
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
|