Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
1ba24235
Commit
1ba24235
authored
Sep 12, 2018
by
Yann Garcia
Browse files
COPY --chown not supported yet
parent
09eb7e84
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/v2/Dockerfile
View file @
1ba24235
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment