Commit 1ba24235 authored by Yann Garcia's avatar Yann Garcia
Browse files

COPY --chown not supported yet

parent 09eb7e84
......@@ -10,9 +10,10 @@ ENV TERM=linux \
USER etsi
COPY --chown=etsi:etsi home /home/etsi
COPY home /home/etsi
RUN cd ${HOME} \
RUN chown -R etsi:etsi ${HOME} \
cd ${HOME} \
&& export PATH=$HOME/bin:$PATH \
&& ls ${HOME}/etc/init.d/*.sh | while read S; do chmod 0750 "$S"; /bin/bash -c "$S" || exit 1; done
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment