Skip to content

Commit 87aee29

Browse files
[xy] Fix R package installation. (mage-ai#1257)
1 parent 13e4834 commit 87aee29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ RUN ${PIP} install "mage-ai[all]"
99

1010
# Install NFS dependencies
1111
RUN apt -y update && apt -y install nfs-common
12-
RUN R -e "install.packages('pacman', repos='http://cran.us.r-project.org')"
1312

1413
# Install R
1514
RUN apt install -y r-base
15+
RUN R -e "install.packages('pacman', repos='http://cran.us.r-project.org')"
1616

1717
# Set up spark kernel
1818
RUN ${PIP} install sparkmagic

0 commit comments

Comments
 (0)