Built on latest ubuntu, has /libtdjson.so
246
Intended for use with ubuntu-based builders that need libtdjson.so, like this:
FROM lattenwald/libtdjson as libtdjson
FROM ubuntu as builder
COPY --from=libtdjson /libtdjson.so /usr/lib/libtdjson.so
# some build commands
Content type
Image
Digest
Size
232.6 MB
Last updated
about 8 years ago
docker pull lattenwald/libtdjson