5 lines
73 B
Docker
5 lines
73 B
Docker
|
FROM mediawiki
|
||
|
|
||
|
RUN apt-get update && apt-get install vim -y
|
||
|
|
||
|
EXPOSE 8080
|