Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Emanuele Usai
cmssw-docker
Commits
df520171
Commit
df520171
authored
Sep 25, 2020
by
Clemens Lange
Browse files
Try mkdir without -p
parent
ef834977
Changes
1
Hide whitespace changes
Inline
Side-by-side
cc7-cms/Dockerfile
View file @
df520171
...
...
@@ -60,7 +60,7 @@ RUN groupadd -g 1000 cmsusr && adduser -u 1000 -g 1000 -G root cmsusr && \
install
-d
/opt
&&
install
-d
-o
cmsinst /opt/cms
# Make Images grid/singularity compatible
RUN
mkdir
-p
/cvmfs /afs /eos /opt/cms /pool
RUN
mkdir
/cvmfs /afs /eos /opt/cms /pool
# Add a couple of useful files to cmsusr account
WORKDIR
/home/cmsusr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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