This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
Dockerfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add libc6-dev & zlib1g-dev needed for simulation with GHDL
bullseye
T. Meissner
5 years ago
parent
18b90eaadf
commit
74fcb5ea52
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
ghdl-formal.Dockerfile
+ 2
- 0
ghdl-formal.Dockerfile
View File
@ -45,6 +45,8 @@ RUN apt-get update -qq && \
libgnat-8 \
libllvm7 \
gcc \
libc6-dev \
zlib1g-dev \
make \
python3 && \
apt-get upgrade && apt-get autoclean && apt-get clean && apt-get -y autoremove && \
Write
Preview
Loading…
Cancel
Save