Skip to content

Commit 84e8633

Browse files
authored
Merge pull request #2494 from crytic/dev-docker-ckzg
Dockerfile: fix `ckzg` build
2 parents a39dcbb + 072a64b commit 84e8633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM ubuntu:jammy AS python-wheels
33
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
44
gcc \
55
git \
6+
make \
67
python3-dev \
78
python3-pip \
89
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)