Skip to content

Commit 594362b

Browse files
author
Bernhard B
committed
Merge branch 'master' of github.com:bbernhard/signal-cli-rest-api
2 parents bddc30f + 10d1649 commit 594362b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG SIGNAL_CLI_VERSION=0.10.9
1+
ARG SIGNAL_CLI_VERSION=0.11.3
22
ARG LIBSIGNAL_CLIENT_VERSION=0.17.0
3-
ARG SIGNAL_CLI_NATIVE_PACKAGE_VERSION=0.10.9-1
3+
#ARG SIGNAL_CLI_NATIVE_PACKAGE_VERSION=0.10.9-1
44

55
ARG SWAG_VERSION=1.6.7
66
ARG GRAALVM_JAVA_VERSION=17
@@ -16,7 +16,7 @@ ARG SWAG_VERSION
1616
ARG GRAALVM_JAVA_VERSION
1717
ARG GRAALVM_VERSION
1818
ARG BUILD_VERSION_ARG
19-
ARG SIGNAL_CLI_NATIVE_PACKAGE_VERSION
19+
#ARG SIGNAL_CLI_NATIVE_PACKAGE_VERSION
2020

2121
COPY ext/libraries/libsignal-client/v${LIBSIGNAL_CLIENT_VERSION} /tmp/libsignal-client-libraries
2222

ext/libraries/libsignal-client/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ to build the library for `x86-64`, `armv7` and `arm64`
1616
## Why?
1717

1818
Building libsignal-client every time a new docker image gets released takes really long (especially for cross platform builds with docker/buildx and QEMU). Furthermore, due to this bug here (https://github.com/docker/buildx/issues/395) we would need to use an ugly workaround for that right now. As libsignal-client isn't released very often I guess it's okay to manually build a new version once in a while.
19+
20+
## Pitfalls
21+
22+
1. `cross` requires a Rust installation via [`rustup`](https://www.rust-lang.org/tools/install), otherwise you might receive a _toolchain is not fully qualified_-Error.
23+
2. Your user must have permission to directly talk to the Docker daemon using the `docker` command. To avoid running as root, [you can add your user to the docker group and reboot](https://docs.docker.com/engine/install/linux-postinstall/).

0 commit comments

Comments
 (0)