We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9996e01 commit 2e69610Copy full SHA for 2e69610
1 file changed
Dockerfile
@@ -454,5 +454,8 @@ RUN update-ca-certificates
454
# copy environment initialization script into container
455
# and make sure the default profile will call it as well
456
ENV CMAKE_PREFIX_PATH=/usr/local
457
+# denv runs as the host user (non-root), so /usr/local must be world-writable
458
+# for ldmx-sw to install its libraries there
459
+RUN chmod -R a+rwX /usr/local
460
COPY ./ldmx-env-init.sh /etc/
461
RUN printf "\n%s\n" ". /etc/ldmx-env-init.sh" >> /etc/skel/.profile
0 commit comments