mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-20 15:33:48 -04:00
Add missing build deps
This commit is contained in:
parent
df43c1a270
commit
0a5282c25a
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user