We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec3004 commit adb70b6Copy full SHA for adb70b6
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
include:
2
- remote: "https://github.com/git-developer/docker-support/raw/v3.2.1/gitlab-ci/docker-template.yml"
+ remote: "https://github.com/git-developer/docker-support/raw/v3.4.0/gitlab-ci/docker-template.yml"
3
4
variables:
5
IMAGE_PLATFORMS: 'linux/amd64'
image/Dockerfile
@@ -1,6 +1,5 @@
FROM alpine
-RUN apk --no-cache add jq mosquitto-clients gcompat
-RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing add signal-cli
+RUN apk --no-cache add jq mosquitto-clients gcompat signal-cli
ENV HOME=/home
ENV XDG_DATA_HOME="${HOME}/.local/share"
6
COPY signal-mqtt /usr/local/bin/
0 commit comments