Skip to content

Commit

Permalink
chore(Dockerfile): add zlib1g-dev as build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken authored May 13, 2024
1 parent 95861ce commit 82d9f03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y \
curl \
xz-utils \
gcc \
g++ \
g++ \
zlib1g-dev \
libffi-dev \
build-essential \
cmake \
Expand Down

0 comments on commit 82d9f03

Please sign in to comment.