Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 43811e8

Browse files
author
Kazuki Matsuda
authored
Merge pull request #1 from IntimateMerger/mats116-patch-1
Update README.md
2 parents 2133a40 + a9596be commit 43811e8

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:2.7.12
22

3+
LABEL maintainer "mats116 <mats.kazuki@gmail.com>"
4+
35
RUN apt-get update && \
46
apt-get install -y mecab=0.996-1.1 \
57
libmecab-dev=0.996-1.1 \

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# dockerfile-mecab-python
1+
# MeCab (with python) Dockerfile
2+
Dockerfile for [MeCab](http://taku910.github.io/mecab/)
3+
4+
## How to use this image
5+
6+
This image does not contain dictionaries.
7+
If you want to use MeCab with Japanese dictionaries, you should use [mecab-ipadic-neologd](https://hub.docker.com/r/intimatemerger/mecab-ipadic-neologd/)

alpine/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:2.7.12-alpine
22

3+
LABEL maintainer "mats116 <mats.kazuki@gmail.com>"
4+
35
ADD mecab-0.996.tar.gz /tmp
46

57
RUN apk add --no-cache build-base && \

0 commit comments

Comments
 (0)