Skip to content

Commit 038c6de

Browse files
Correct libxxhash-dev dep (used for ROOT) (#28)
1 parent b63194c commit 038c6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/ubuntu20-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt -y install build-essential
1515

1616
# required packages
1717
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
18+
libxerces-c-dev bison flex python3-pip python-tk x11vnc xvfb fvwm libxxhash-dev
1919

2020
# python packages
2121
RUN pip3 install scipy matplotlib numpy ipython

0 commit comments

Comments
 (0)