File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 2
22
22
RUN apt-get update && \
23
23
apt-get install -y \
24
24
openjdk-8-jdk \
25
- libasound2-dev \
26
- gfortran \
27
- automake \
25
+ libasound2-dev \
26
+ gfortran \
27
+ automake \
28
28
&& \
29
29
cd /tmp && \
30
30
curl -LO https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.2.tar.gz && \
@@ -53,28 +53,28 @@ RUN echo "Install mecab-ko-dic" && \
53
53
# OpenCV
54
54
RUN ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h && \
55
55
apt-get install -y \
56
- libgstreamer1.0-dev \
57
- libgstreamer-plugins-base1.0-dev \
58
- libgtk-3-dev \
56
+ libgstreamer1.0-dev \
57
+ libgstreamer-plugins-base1.0-dev \
58
+ libgtk-3-dev \
59
59
libtbb-dev \
60
- libatlas-base-dev \
61
- libdc1394-22-dev \
62
- libxvidcore-dev \
63
- libfaac-dev \
64
- libmp3lame-dev \
65
- libtheora-dev \
66
- libvorbis-dev \
67
- libxvidcore-dev \
68
- libopencore-amrnb-dev libopencore-amrwb-dev \
69
- libavresample-dev \
70
- x264 \
71
- libx264-dev \
72
- v4l-utils \
73
- libprotobuf-dev protobuf-compiler \
74
- libgoogle-glog-dev libgflags-dev \
75
- libgphoto2-dev \
76
- libeigen3-dev \
77
- libhdf5-dev \
60
+ libatlas-base-dev \
61
+ libdc1394-22-dev \
62
+ libxvidcore-dev \
63
+ libfaac-dev \
64
+ libmp3lame-dev \
65
+ libtheora-dev \
66
+ libvorbis-dev \
67
+ libxvidcore-dev \
68
+ libopencore-amrnb-dev libopencore-amrwb-dev \
69
+ libavresample-dev \
70
+ x264 \
71
+ libx264-dev \
72
+ v4l-utils \
73
+ libprotobuf-dev protobuf-compiler \
74
+ libgoogle-glog-dev libgflags-dev \
75
+ libgphoto2-dev \
76
+ libeigen3-dev \
77
+ libhdf5-dev \
78
78
&& \
79
79
apt-get clean && \
80
80
rm -rf /var/lib/apt/lists/
You can’t perform that action at this time.
0 commit comments