Skip to content

Commit

Permalink
Add vim to allow in-place edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
vndmtrx committed Nov 18, 2024
1 parent 05b566e commit e6b7d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL maintainer="Eduardo N.S.R. <[email protected]>" \
org.opencontainers.image.url="https://hub.docker.com/r/vndmtrx/dokuwiki" \
org.opencontainers.image.source="https://github.com/vndmtrx/dokuwiki-docker"

RUN apt-get update && apt-get install -y libldap2-dev libzip-dev ldap-utils \
RUN apt-get update && apt-get install -y libldap2-dev libzip-dev ldap-utils vim \
&& docker-php-ext-configure ldap \
&& docker-php-ext-install ldap zip \
&& apt-get clean \
Expand Down

0 comments on commit e6b7d3c

Please sign in to comment.