mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-21 16:03:49 -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
|
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
||||||
|
|
||||||
- run: |
|
- 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
|
make all_bin
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
|
@ -8,9 +8,9 @@ RUN apt update && \
|
|||||||
libpcap-dev libsodium-dev \
|
libpcap-dev libsodium-dev \
|
||||||
python3-twisted python3-pyroute2 \
|
python3-twisted python3-pyroute2 \
|
||||||
python3-future python3-all python3-all-dev \
|
python3-future python3-all python3-all-dev \
|
||||||
python3-serial dh-python
|
python3-serial dh-python python3-msgpack
|
||||||
|
|
||||||
ENV ENV=/opt/env
|
ENV ENV=/opt/env
|
||||||
ENV PYTHON=python3
|
ENV PYTHON=python3
|
||||||
RUN virtualenv --python=$PYTHON $ENV
|
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