Skip to content

Commit f600ff7

Browse files
committed
tidy
1 parent 106a348 commit f600ff7

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

inst/docker/alma/Dockerfile

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,15 @@ RUN yum install -y dnf --enablerepo=powertools \
6161
openssl-devel \
6262
sqlite-devel \
6363
geos-devel \
64-
proj-devel
65-
RUN yum install -y dnf --enablerepo=powertools libcurl-devel
64+
proj-devel \
65+
libcurl-devel \
66+
git
6667
RUN R -e 'install.packages(c("stars", "jsonlite", "curl", "lubridate"), repos = "https://cloud.r-project.org")'
67-
RUN pip3 install rpy2
68-
RUN yum install -y dnf --enablerepo=powertools git
69-
RUN pip3 install xarray
70-
RUN pip3 install requests
71-
RUN pip3 install dask
68+
RUN pip3 install rpy2 xarray requests dask
7269

7370
# original:
7471
USER 18585
7572

73+
# EP: install UDF test script and run it:
7674
RUN git clone https://github.com/Open-EO/openeo-udf-python-to-r.git
77-
RUN (cd openeo-udf-python-to-r; \
78-
python3 test.py)
75+
RUN (cd openeo-udf-python-to-r; python3 test.py)

0 commit comments

Comments
 (0)