Skip to content

Commit 94e12ba

Browse files
authored
Update Dockerfile
1 parent 2a8c422 commit 94e12ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apk add --no-cache \
1313
py3-pip \
1414
freetype
1515

16-
RUN apk add --no-cache --virtual .buildenv python3-dev gcc musl-dev git freetype-dev
16+
RUN apk add --no-cache --virtual .buildenv python3-dev gcc musl-dev git freetype-dev libgit2-dev
1717

1818
RUN mkdir -p /opt/asab-iris
1919
WORKDIR /opt/asab-iris

0 commit comments

Comments
 (0)