Skip to content

Commit

Permalink
update ismrmrd
Browse files Browse the repository at this point in the history
  • Loading branch information
Hui Xue committed Aug 5, 2024
1 parent 59d131b commit 4210ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest as ismrmrd_base
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=America/Chicago

RUN apt-get update && apt-get install -y git cmake g++ libhdf5-dev libxml2-dev libxslt1-dev libboost-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libboost-timer-dev libboost-program-options-dev
RUN apt-get update && apt-get install -y git cmake g++ libhdf5-dev libxml2-dev libxslt1-dev libboost-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libboost-timer-dev libboost-program-options-dev libpugixml-dev

RUN mkdir -p /opt/code

Expand Down
2 changes: 1 addition & 1 deletion dependencies/ismrmrd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f9e38ed8cda6428839005c060579d3dfdb043515
4037c41fcdcb8870234baaeb46ce4848aac1579a

0 comments on commit 4210ca5

Please sign in to comment.