Skip to content

Commit caef3c3

Browse files
committed
Fix Dockerfile
Installation of getip had a typo.
1 parent 489f1e6 commit caef3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN R -e "install.packages(c( \
2727
'sqldf', \
2828
'writexl', \
2929
'openxlsx', \
30-
'kableExtra' \
30+
'kableExtra', \
3131
'getip' \
3232
))"
3333

0 commit comments

Comments
 (0)