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

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