Add missing build deps

This commit is contained in:
Vasily Evseenko 2024-04-02 20:00:35 +03:00
parent df43c1a270
commit 0a5282c25a
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- run: |
sudo apt update && sudo apt -y install python3-twisted libpcap-dev libsodium-dev python3-pyroute2 python3-future
sudo apt update && sudo apt -y install python3-twisted libpcap-dev libsodium-dev python3-pyroute2 python3-future python3-msgpack
make all_bin
- name: Perform CodeQL Analysis

View File

@ -8,9 +8,9 @@ RUN apt update && \
libpcap-dev libsodium-dev \
python3-twisted python3-pyroute2 \
python3-future python3-all python3-all-dev \
python3-serial dh-python
python3-serial dh-python python3-msgpack
ENV ENV=/opt/env
ENV PYTHON=python3
RUN virtualenv --python=$PYTHON $ENV
RUN $ENV/bin/pip install stdeb
RUN $ENV/bin/pip install stdeb