[script] debugging missing readline ddl
This commit is contained in:
parent
d570d01a61
commit
35b3ed5089
|
@ -217,7 +217,7 @@ jobs:
|
|||
|
||||
docker_distribution:
|
||||
name: Build docker image for distribution
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [linux_build, change_detect]
|
||||
steps:
|
||||
- name: Cancel previous
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apt-get install --no-install-recommends -y \
|
||||
libdatetime-perl libc6 libffi-dev libgcc1 libreadline-dev libstdc++6 \
|
||||
libdatetime-perl libc6 libffi-dev libgcc1 libreadline libstdc++6 \
|
||||
libtcl8.6 python3.8 python3-pip zlib1g libbz2-1.0 \
|
||||
iverilog git rsync make curl wget tree python3.8-venv
|
||||
|
|
Loading…
Reference in New Issue