You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd thrift-0.18.1&& ./configure --enable-libs=no && sudo make install
42
42
```
43
43
5) fpm package manager
44
-
* For steps to install fpm refer [https://fpm.readthedocs.io/en/latest/installing.html](https://fpm.readthedocs.io/en/latest/installing.html)
44
+
* For steps to install fpm refer [https://fpm.readthedocs.io/en/v1.15.1/installation.html#installing-fpm](https://fpm.readthedocs.io/en/v1.15.1/installation.html#installing-fpm)
45
45
46
46
After cloning the repo, executing `build.sh` will build the packages for multiple Linux distributions.
47
47
@@ -53,6 +53,10 @@ Docker image building for Sematext App Agent is triggered by Maven target:
53
53
$ sudo mvn clean install dockerfile:build
54
54
```
55
55
56
+
#### Troubleshooting
57
+
58
+
when building the image, if`software-properties-common` package fails, could be because the Docker installation is `snap` instead of `apt` version. To install the `apt` version, follow [this](https://docs.docker.com/engine/install/ubuntu/) to install the correct one.
59
+
56
60
If Docker daemon is listening on TCP socket, you can set`DOCKER_HOST` environment variable and start
0 commit comments