File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ LABEL maintainer="https://github.com/oracle/opengrok"
45
45
# install dependencies and Python tools
46
46
# hadolint ignore=DL3008,DL3009
47
47
RUN apt-get update && \
48
- apt-get install --no-install-recommends -y git subversion mercurial unzip inotify-tools python3 python3-pip \
48
+ apt-get install --no-install-recommends -y git subversion mercurial cvs cssc bzr rcs rcs-blame \
49
+ unzip inotify-tools python3 python3-pip \
49
50
python3-venv python3-setuptools openssh-client
50
51
51
52
# compile and install universal-ctags
Original file line number Diff line number Diff line change @@ -44,9 +44,13 @@ is doing, use the `docker logs` command.
44
44
45
45
### Source Code Management systems supported
46
46
47
+ - Bazaar
48
+ - CVS
47
49
- Mercurial
48
50
- Git
49
51
- Subversion
52
+ - SCCS
53
+ - RCS
50
54
51
55
### Tags and versioning
52
56
You can’t perform that action at this time.
0 commit comments