Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ateska authored Jan 29, 2023
1 parent 2a8c422 commit 94e12ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk add --no-cache \
py3-pip \
freetype

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

RUN mkdir -p /opt/asab-iris
WORKDIR /opt/asab-iris
Expand Down

0 comments on commit 94e12ba

Please sign in to comment.