We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63194c commit 038c6deCopy full SHA for 038c6de
dockerfiles/ubuntu20-base
@@ -15,7 +15,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt -y install build-essential
15
16
# required packages
17
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install cmake cmake-curses-gui wget xorg-dev freeglut3-dev qt5-default python2.7-dev libssl-dev liblz4-dev git \
18
- libxerces-c-dev bison flex python3-pip python-tk x11vnc xvfb fvwm xxhash-devel
+ libxerces-c-dev bison flex python3-pip python-tk x11vnc xvfb fvwm libxxhash-dev
19
20
# python packages
21
RUN pip3 install scipy matplotlib numpy ipython
0 commit comments