logos-wiki/Dockerfile

5 lines
73 B
Docker

FROM mediawiki
RUN apt-get update && apt-get install vim -y
EXPOSE 8080