Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jul 30, 2024
1 parent 7e4400c commit 629b8a0
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 @@ -27,7 +27,7 @@ RUN apt-get -y update && apt-get install -y \
RUN R CMD javareconf


RUN Rscript -e "pgkType <- .Platform$pkgType; \
RUN Rscript -e "pkgType <- .Platform$pkgType; \
os <- R.Version()$os; \
arch <- R.Version()$arch; \
install.packages('pak', \
Expand Down

0 comments on commit 629b8a0

Please sign in to comment.