|
|
|
@ -28,11 +28,11 @@ COPY --from=tdlib /tdlib /tdlib/
|
|
|
|
|
|
|
|
|
|
The files used to build the images are located in the [GitHub repository](https://github.com/dancojocaru2000/tdlib-docker). |
|
|
|
|
|
|
|
|
|
To build an image, enter the directory of either `alpine`, `debian` or `ubuntu` and run one of the following commands: |
|
|
|
|
To build an image, run one of the following commands: |
|
|
|
|
|
|
|
|
|
- `env ALPINE_VERSION=3 ./build.sh 1.7.0` |
|
|
|
|
- `env DEBIAN_VERSION=buster-slim ./build.sh 1.7.0` |
|
|
|
|
- `env UBUNTU_VERSION=focal ./build.sh 1.7.0` |
|
|
|
|
- `env ALPINE_VERSION=3 alpine/build.sh 1.7.0` |
|
|
|
|
- `env DEBIAN_VERSION=buster-slim debian/build.sh 1.7.0` |
|
|
|
|
- `env UBUNTU_VERSION=focal ubuntu/build.sh 1.7.0` |
|
|
|
|
|
|
|
|
|
The `*_VERSION` environment variable selects which Docker image version to base the build on. |
|
|
|
|
|
|
|
|
|