Skip to content

Commit

Permalink
Add --non-unique to welder useradd
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Nov 20, 2024
1 parent 953a847 commit f8c855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvil-rstudio-bioconductor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN pip3 -V \

# add rstudio user to users group
RUN usermod -g users rstudio \
&& useradd -m -s /bin/bash -N -u 1001 welder-user
&& useradd -m -s /bin/bash -N --non-unique -u 1001 welder-user

# google-cloud R packages
RUN R -e "BiocManager::install(c('AnVIL', 'DataBiosphere/Ronaldo', 'shiny', 'bigrquery', 'googleCloudStorageR', 'tidyverse', 'Seurat', 'markdown', 'SingleCellExperiment', 'GenomicFeatures', 'GenomicAlignments', 'ShortRead', 'DESeq2', 'AnnotationHub', 'ExperimentHub', 'ensembldb', 'scRNAseq', 'scran', 'Rtsne'))"
Expand Down

0 comments on commit f8c855a

Please sign in to comment.