Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Jan 22, 2024
1 parent d2bb60e commit ac0661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN install2.r remotes UCSCXenaShiny &&\
R -e 'remotes::install_github("openbiox/UCSCXenaShiny", dependencies = TRUE)'

# Install extra dependencies
RUN R -e 'writeLines(readLines(system.file("shinyapp", "App.R", package = "UCSCXenaShiny"))[25:102], "/opt/ext-deps.R")' &&\
RUN R -e 'writeLines(readLines(system.file("shinyapp", "App.R", package = "UCSCXenaShiny"))[25:104], "/opt/ext-deps.R")' &&\
Rscript /opt/ext-deps.R &&\
rm /opt/ext-deps.R

Expand Down

0 comments on commit ac0661a

Please sign in to comment.