Skip to content

Commit

Permalink
Fix runtime package install
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Jun 6, 2024
1 parent f86990a commit 829ff62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ RUN add-apt-repository -y ppa:deadsnakes/ppa && \
# General build
build-essential cmake git \
# odin-data C++ dependencies
libblosc-dev libboost-all-dev libhdf5-dev liblog4cxx-dev \
libpcap-dev libczmq-dev \
libblosc-dev libboost-all-dev libhdf5-dev liblog4cxx-dev libpcap-dev libczmq-dev \
# python
python3.11-dev python3.11-venv && \
# tidy up
Expand Down Expand Up @@ -61,7 +60,7 @@ FROM common as runtime
# runtime system dependencies
RUN apt-get update -y && apt-get install -y --no-install-recommends \
# odin-data C++ dependencies
libblosc1 libboost-dev libhdf5-103 liblog4cxx12 libpcap0.8 libczmq4 && \
libblosc libboost-all libhdf5 liblog4cxx libpcap libczmq && \
# tidy up
apt-get -y clean all

Expand Down

0 comments on commit 829ff62

Please sign in to comment.