-
-
Notifications
You must be signed in to change notification settings - Fork 260
Expand file tree
/
Copy pathDockerfile
More file actions
21 lines (14 loc) · 590 Bytes
/
Dockerfile
File metadata and controls
21 lines (14 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#https://github.com/widuu/chinese_docker/blob/master/userguide/dockerimages.md
FROM ubuntu
MAINTAINER KangLin <kl222@126.com>
RUN apt-get update; \
apt-get -y upgrade
RUN apt-get -y install g++ cmake git subversion wget ant
RUN cd /home; \
git clone https://github.com/KangLin/rabbitim.git; \
cd rabbitim; \
export BUILD_TARGERT=unix; \
export QMAKE=qmake;
./ThirdLibrary/build_script/travis/build_depends.sh; \
./ThirdLibrary/build_script/travis/build-before.sh; \
./ThirdLibrary/build_script/travis/build-and-test.sh