mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 19:47:12 +00:00
5 lines
92 B
Text
5 lines
92 B
Text
FROM alpine:3.7
|
|
ENV INSTALL_PATH /newdata
|
|
RUN mkdir -p $INSTALL_PATH
|
|
|
|
WORKDIR $INSTALL_PATH
|