Merge pull request #385 from coolbreeze413/add-wget-to-dependencies
add wget to list of dependencies
This commit is contained in:
commit
d85e55aef2
|
@ -37,4 +37,5 @@ apt-get update && apt-get install -y \
|
|||
texinfo \
|
||||
time \
|
||||
valgrind \
|
||||
wget \
|
||||
zip
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apt-get install --no-install-recommends -y \
|
||||
libdatetime-perl libc6 libffi6 libgcc1 libreadline7 libstdc++6 \
|
||||
libtcl8.6 python3.8 python3-pip zlib1g libbz2-1.0 \
|
||||
iverilog git rsync make curl
|
||||
iverilog git rsync make curl wget
|
||||
|
|
Loading…
Reference in New Issue