Skip to content

Commit

Permalink
add pyzmq
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Ebert <kim@Lemming.home.kd7ike.info>
  • Loading branch information
Kim Ebert authored and Kim Ebert committed Dec 6, 2022
1 parent 42f8898 commit 92e0a72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ RUN pip3 install -U \
pep8-naming==0.6.1 \
flake8==3.8.4

RUN pip3 install -U \
# Required by setup.py
setuptools==50.3.2 \
'pyzmq==22.3.0'


# install rake
RUN sudo gem install --no-document rake
## install fpm; needs to be pinned to 1.13.1 because some packages cannot be built with the newest release 1.14.0
Expand Down

0 comments on commit 92e0a72

Please sign in to comment.