Skip to content
Snippets Groups Projects
Commit b7eee980 authored by Devin Burke's avatar Devin Burke
Browse files

Adding libhdf5-dev to Dockerfile

parent e93f854b
No related branches found
No related tags found
1 merge request!1Formatting and changes to blissdata server options
Pipeline #143725 failed
......@@ -6,7 +6,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# Update and basic install
RUN apt-get update && \
apt-get install -y --no-install-recommends tzdata curl wget bzip2 build-essential git libgl1-mesa-glx xvfb libxrender1 && \
apt-get install -y --no-install-recommends libhdf5-dev tzdata curl wget bzip2 build-essential git libgl1-mesa-glx xvfb libxrender1 && \
apt-get clean autoclean && apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment