Skip to content

Commit b693d85

Browse files
Add new command in 'metadig-worker' Docker file to pip install 'meson', 'meson-python' and 'ninja'
1 parent 95dcc2f commit b693d85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Docker/metadig-worker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +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
4546
RUN pip install -r /opt/local/metadig/requirements.txt
4647

4748
# Run the Worker process

0 commit comments

Comments
 (0)