We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8c422 commit 94e12baCopy full SHA for 94e12ba
Dockerfile
@@ -13,7 +13,7 @@ RUN apk add --no-cache \
13
py3-pip \
14
freetype
15
16
-RUN apk add --no-cache --virtual .buildenv python3-dev gcc musl-dev git freetype-dev
+RUN apk add --no-cache --virtual .buildenv python3-dev gcc musl-dev git freetype-dev libgit2-dev
17
18
RUN mkdir -p /opt/asab-iris
19
WORKDIR /opt/asab-iris
0 commit comments