Skip to content

Commit

Permalink
add TRE dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jun 21, 2024
1 parent 197bd1d commit 807f52b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion software/Freesurfer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/ubuntu@sha256:e9569c25505f33ff72e88b2990887c9dcf230f23259da296eb814fc2b41af999

ARG FREESURFER_VERSION="7.4.1"
ARG FREESURFER_IMAGE_REVISION="1"
ARG FREESURFER_IMAGE_REVISION="2"
ARG FREESURFER_DEB_MD5="bfe85dd76677cfb7ca2b247b9ac6148e"

ENV \
Expand Down Expand Up @@ -79,5 +79,7 @@ RUN : \
&& rm "${deb}" \
&& :

RUN mkdir /safe_data /safe_outputs /scratch

RUN groupadd --system nonroot && useradd --no-log-init --system --gid nonroot nonroot
USER nonroot

0 comments on commit 807f52b

Please sign in to comment.