There was an error while loading. Please reload this page.
1 parent 6565799 commit 949c3b7Copy full SHA for 949c3b7
2 files changed
.github/workflows/build.yml
@@ -3,7 +3,7 @@ on:
3
workflow_dispatch:
4
push:
5
branches:
6
- - main
+ - docker
7
jobs:
8
build-docker:
9
runs-on: ubuntu-latest
Dockerfile
@@ -3,7 +3,7 @@
FROM quay.io/qiime2/qiime2:2026.4
# Install unzip and update package lists
-RUN apt update && apt install -y unzip
+RUN apt update && apt install -y unzip libcairo2-dev
# Download and install Mothur
RUN wget https://github.com/mothur/mothur/releases/download/v1.48.5/Mothur.linux_x86_64.zip \
0 commit comments