Skip to content

Commit 54fb2d2

Browse files
committed
add more SCMs to the Docker image
1 parent 20147cf commit 54fb2d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ LABEL maintainer="https://github.com/oracle/opengrok"
4545
# install dependencies and Python tools
4646
# hadolint ignore=DL3008,DL3009
4747
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 \
4950
python3-venv python3-setuptools openssh-client
5051

5152
# compile and install universal-ctags

docker/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ is doing, use the `docker logs` command.
4444

4545
### Source Code Management systems supported
4646

47+
- Bazaar
48+
- CVS
4749
- Mercurial
4850
- Git
4951
- Subversion
52+
- SCCS
53+
- RCS
5054

5155
### Tags and versioning
5256

0 commit comments

Comments
 (0)