提交 70dfd7f1 编写于 作者: L liaogang

Add automake in dockerfile

上级 ee59d109
......@@ -101,8 +101,8 @@ As a simple example, consider the following:
```bash
# necessary
sudo apt-get update
sudo apt-get install -y git curl gcc g++ gfortran make build-essential
sudo apt-get install -y python python-pip python-numpy libpython-dev
sudo apt-get install -y git curl gcc g++ gfortran make build-essential autotools-dev
sudo apt-get install -y python python-pip python-numpy libpython-dev automake
sudo pip install 'protobuf==3.1.0.post1'
# install cmake 3.4
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
apt-get install -y wget unzip tar xz-utils bzip2 gzip coreutils && \
apt-get install -y curl sed grep graphviz libjpeg-dev zlib1g-dev && \
apt-get install -y python-numpy python-matplotlib gcc g++ gfortran && \
apt-get install -y autotools-dev automake && \
apt-get clean -y
RUN pip install --upgrade pip && \
......
......@@ -10,6 +10,7 @@ RUN apt-get update && \
apt-get install -y wget unzip tar xz-utils bzip2 gzip coreutils && \
apt-get install -y curl sed grep graphviz libjpeg-dev zlib1g-dev && \
apt-get install -y python-numpy python-matplotlib gcc g++ gfortran && \
apt-get install -y autotools-dev automake && \
apt-get clean -y
RUN pip install --upgrade pip && \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册