Skip to content

Commit efaf75c

Browse files
committed
Fix typo in pythonr image
1 parent 4a96919 commit efaf75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN mkdir -p /etc/R && \
2424
RUN R -e "install.packages('pak')"
2525

2626
# # Install packages with pak (binaries from RSPM)
27-
RUN Rscript -e "pak::pkg('sf')"
27+
RUN Rscript -e "pak::pak('sf')"
2828

2929
RUN R -e "install.packages('geocompkg', repos = c('https://geocompx.r-universe.dev', 'https://packagemanager.posit.co/cran/__linux__/bookworm/latest'), dependencies = TRUE, force = TRUE)"
3030

0 commit comments

Comments
 (0)