File: README.md

package info (click to toggle)
wsclean 3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,296 kB
  • sloc: cpp: 129,246; python: 22,066; sh: 360; ansic: 230; makefile: 185
file content (18 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Introduction

Dockerfile to build a WSClean docker image (master branch) based on CentOS.


# How to build the docker image

Just type the following commands

```
$ make  # for build/release version
#or
$ make build # just for build
#or
$ make release # this will generate a version base on master file
#or
$ make push # this way will make other people can pull the docker image
```