feat(dev): add socat

Required for piping serial over IP.

PR: zmkfirmware/zmk-docker#55
This commit is contained in:
innovaker 2021-05-20 22:05:24 +01:00
parent fe276be4a9
commit 434bd09f6e
2 changed files with 3 additions and 0 deletions

View File

@ -404,6 +404,8 @@ jobs:
run: ssh -V run: ssh -V
- name: Test gdb - name: Test gdb
run: gdb --version run: gdb --version
- name: Test socat
run: socat -V
- name: Stop container - name: Stop container
shell: bash shell: bash
run: docker stop candidate run: docker stop candidate

View File

@ -64,6 +64,7 @@ RUN \
python3-setuptools \ python3-setuptools \
python3-tk \ python3-tk \
python3-wheel \ python3-wheel \
socat \
ssh \ ssh \
wget \ wget \
xz-utils \ xz-utils \