Skip to content

Commit 107e18a

Browse files
[xy] Install pacman R package in dockerfile. (mage-ai#1252)
1 parent 61efd42 commit 107e18a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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')"
1213

1314
# Install R
1415
RUN apt install -y r-base

Diff for: dev.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt install nodejs
1212

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

1617
# Install Python dependencies
1718
COPY requirements.txt requirements.txt

0 commit comments

Comments
 (0)