mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
z3 requires libstdc++
This commit is contained in:
@@ -7,7 +7,7 @@ USER root
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update -yq && \
|
||||
apt-get upgrade -yq --with-new-pkgs --auto-remove && \
|
||||
apt-get install -yq --no-install-recommends autoconf build-essential ca-certificates git libgmp-dev opam pkg-config unzip wget zlib1g-dev libgcc-s1 && \
|
||||
apt-get install -yq --no-install-recommends autoconf build-essential ca-certificates git libgmp-dev opam pkg-config unzip wget zlib1g-dev libgcc-s1 libstdc++6 && \
|
||||
apt-get clean
|
||||
|
||||
# install provers
|
||||
|
||||
Reference in New Issue
Block a user