Skip to content

Commit

Permalink
point to branch of procelain
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Aug 29, 2024
1 parent 446a12b commit c46b094
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,22 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
COPY docker/bin /usr/local/bin/

RUN install_packages --repo=https://mrc-ide.r-universe.dev \
base64enc \
cachem \
callr \
docopt \
logger \
jsonlite \
jsonvalidate \
plumber \
porcelain \
remotes \
Rook \
stringr \
tibble

RUN Rscript -e "install.packages('remotes')"
RUN Rscript -e 'remotes::install_github("hillalex/porcelain@i39")'

WORKDIR /serovizr

COPY . /src
Expand Down

0 comments on commit c46b094

Please sign in to comment.