Skip to content

Commit 949c3b7

Browse files
committed
Add Cairo dep to Dockerfile
1 parent 6565799 commit 949c3b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- main
6+
- docker
77
jobs:
88
build-docker:
99
runs-on: ubuntu-latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM quay.io/qiime2/qiime2:2026.4
44

55
# Install unzip and update package lists
6-
RUN apt update && apt install -y unzip
6+
RUN apt update && apt install -y unzip libcairo2-dev
77

88
# Download and install Mothur
99
RUN wget https://github.com/mothur/mothur/releases/download/v1.48.5/Mothur.linux_x86_64.zip \

0 commit comments

Comments
 (0)