Skip to content
Snippets Groups Projects
Commit 9baf8d48 authored by Coda Phillips's avatar Coda Phillips
Browse files

Update to centos7

parent 4201623e
No related branches found
No related tags found
No related merge requests found
FROM centos_gcc
FROM centos_gcc:7
WORKDIR /root/
COPY make_all.sh make_all.sh
......
#!/bin/bash
docker build -t netcdf_hdf .
docker build -t netcdf_hdf:7 .
docker save netcdf_hdf:7 > netcdf_hdf7.tar
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