如何构建dcmtk的docker的镜像

编写Dockerfile

From ubuntu:latest AS base

RUN apt-get update
RUN apt-get install -y dcmtk

 构建Docker镜像

cd [directory of Dockefile]
 
dokcer build -t dcmtk:latest .

 

参考

https://dicom.offis.de/dcmtk.php.en

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章