mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 18:50:31 -07: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
|