소스 검색

Add libgirepository1.0-dev to CI image

DarthSim 1 년 전
부모
커밋
ca5e5b6d97
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/ci-docker/Dockerfile

+ 1 - 0
.github/ci-docker/Dockerfile

@@ -8,6 +8,7 @@ RUN apt-get -qq update \
     ca-certificates \
     build-essential \
     gobject-introspection \
+    libgirepository1.0-dev \
     python3-pip \
     python3-venv \
     libssl-dev \