Skip to content

Commit

Permalink
use --no-check-certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
mattocci27 committed Jul 14, 2024
1 parent 062f5bd commit c83b4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/radian-verse_4.3.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN install2.r -n -2 --skipinstalled --error \

USER rstudio

RUN wget -qO- "https://yihui.org/gh/tinytex/tools/install-unx.sh" | sh
RUN wget --no-check-certificate -qO- "https://yihui.org/gh/tinytex/tools/install-unx.sh" | sh

ENV PATH="/home/rstudio/bin/:$PATH"

Expand Down
2 changes: 1 addition & 1 deletion templates/Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN install2.r -n -2 --skipinstalled --error \

USER rstudio

RUN wget -qO- "https://yihui.org/gh/tinytex/tools/install-unx.sh" | sh
RUN wget --no-check-certificate -qO- "https://yihui.org/gh/tinytex/tools/install-unx.sh" | sh

ENV PATH="/home/rstudio/bin/:$PATH"

Expand Down

0 comments on commit c83b4dd

Please sign in to comment.