Skip to content

Commit 6e9fa28

Browse files
committed
Removed the --skipinstalled so it will force reinstalling packages even if they are already installed. This will install admiral 1.4.0 properly on upgrade.
1 parent 436571b commit 6e9fa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WORKDIR /home/rstudio
3535

3636
# Install pharmaverse packages using install2.r
3737
# This script is included in the rocker image and handles system dependencies
38-
RUN install2.r --error --skipinstalled -n -2 \
38+
RUN install2.r --error -n -2 \
3939
admiral \
4040
admiralmetabolic \
4141
admiralneuro \

0 commit comments

Comments
 (0)