Skip to content

Commit 826efae

Browse files
Update 'metadig-worker' Docker file to pip install 'cython'
1 parent 6ca418b commit 826efae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/metadig-worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN Rscript -e "remotes::install_github('NCEAS/metadig-rake', ref = 'develop')"
4242
RUN mkdir -p /etc/dataone/index && touch /etc/dataone/index/d1client.properties && touch /etc/dataone/node.properties && touch /etc/dataone/index/cn-index-processor.properties
4343

4444
COPY Docker/metadig-worker/requirements.txt /opt/local/metadig/
45-
RUN pip install meson meson-python ninja
45+
RUN pip install cython meson meson-python ninja
4646
RUN pip install -r /opt/local/metadig/requirements.txt
4747

4848
# Run the Worker process

0 commit comments

Comments
 (0)