diff options
Diffstat (limited to 'docker/cgit/Dockerfile')
-rw-r--r-- | docker/cgit/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/cgit/Dockerfile b/docker/cgit/Dockerfile index 187cf10..f98f715 100644 --- a/docker/cgit/Dockerfile +++ b/docker/cgit/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update RUN apt-get install -y \ cgit \ - python3 + python3 vim RUN : \ && a2enmod cgi |