Merge pull request #2494 from crytic/dev-docker-ckzg

Dockerfile: fix `ckzg` build
must-depend-on
alpharush 5 months ago committed by GitHub
commit 84e8633242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      Dockerfile

@ -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/*

Loading…
Cancel
Save