Skip to content

Commit

Permalink
machines/alpine3.19: py3-z3 package was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fishilico committed Jan 29, 2024
1 parent 3c55fe6 commit b37dc5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions machines/Dockerfile-alpine3.19
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM alpine:3.19
LABEL Description="Alpine Linux 3.19 with build dependencies for shared"

# Alpine does not provide coq
# Z3's python package requires importlib.resources but does not depend on py3-importlib-resources, so it must be listed explicitly: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15727
RUN \
apk --no-cache --update add \
cargo \
Expand Down Expand Up @@ -30,7 +29,6 @@ RUN \
pulseaudio-dev \
py3-cffi \
py3-cryptography \
py3-importlib-resources \
py3-numpy \
py3-pillow \
py3-setuptools \
Expand Down

0 comments on commit b37dc5a

Please sign in to comment.