xiangdong Huang created IOTDB-309:
-------------------------------------

             Summary: build docker file failed because installing thrift failed
                 Key: IOTDB-309
                 URL: https://issues.apache.org/jira/browse/IOTDB-309
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: 0.8.1, 0.8.0
            Reporter: xiangdong Huang


Someone told me that he built docker failed, because 

```

E: Version '0.9.1-2.1' for 'thrift-compiler' was not found

```

I have reproduced the exception.

It is because apt repository has update the version to 0.9.1-2.1+b1

 

so, just modify the line 25 in Dockerfile as:

```

&& apt install wget unzip lsof procps maven thrift-compiler=0.9.1-2.1+b1 -y \

```

.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to