Skip to content

Commit

Permalink
Dockerfile: add python3-websockets
Browse files Browse the repository at this point in the history
Since bitbake commit 56dd2fdb there is also the possibility to connect
to a remote hashserv using websockets.  This requires the Python
websockets library to be installed.

Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
rossburton authored and jan-kiszka committed Dec 11, 2023
1 parent 1e19842 commit fe8028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && \
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
apt-get install --no-install-recommends -y \
python3-pip python3-setuptools python3-wheel python3-yaml python3-distro python3-jsonschema \
python3-newt python3-colorlog python3-kconfiglib \
python3-newt python3-colorlog python3-kconfiglib python3-websockets \
gosu lsb-release file vim less procps tree tar bzip2 zstd pigz lz4 unzip tmux libncurses-dev \
git-lfs mercurial iproute2 ssh-client telnet curl rsync gnupg awscli sudo \
socat bash-completion && \
Expand Down

0 comments on commit fe8028f

Please sign in to comment.