Skip to content

Commit

Permalink
Merge pull request #2494 from crytic/dev-docker-ckzg
Browse files Browse the repository at this point in the history
Dockerfile: fix `ckzg` build
  • Loading branch information
0xalpharush authored Jun 25, 2024
2 parents a39dcbb + 072a64b commit 84e8633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu:jammy AS python-wheels
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
gcc \
git \
make \
python3-dev \
python3-pip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 84e8633

Please sign in to comment.