Browse Source

Add python-wheel pkg to fix suprove build; add libssl-dev for co-sim with openSSL

bullseye
T. Meissner 4 years ago
parent
commit
c78cd84297
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      ghdl-formal.Dockerfile
  2. +1
    -0
      symbiyosys.Dockerfile

+ 1
- 0
ghdl-formal.Dockerfile View File

@ -51,6 +51,7 @@ RUN apt-get update -qq && \
zlib1g-dev \
make \
python3 \
libssl-dev \
libpython2.7 && \
apt-get -y upgrade && apt-get autoclean && apt-get clean && apt-get -y autoremove && \
update-ca-certificates && \


+ 1
- 0
symbiyosys.Dockerfile View File

@ -53,6 +53,7 @@ RUN apt-get update -qq && \
g++ \
python-setuptools \
python-pip \
python-wheel \
mercurial && \
apt-get autoclean && apt-get clean && apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* && \


Loading…
Cancel
Save