mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-01-26 19:03:33 +00:00
temporarily switched back to adoptopenjdk:11-jre-hotspot-bionic image
* the eclipse-temurin images currently do not support armv7
This commit is contained in:
parent
53f351d37e
commit
41b11d64c1
@ -140,7 +140,7 @@ RUN cd /tmp/signal-cli-rest-api-src/scripts && go build -o jsonrpc2-helper
|
||||
|
||||
|
||||
# Start a fresh container for release container
|
||||
FROM eclipse-temurin:11-jre-focal
|
||||
FROM adoptopenjdk:11-jre-hotspot-bionic
|
||||
|
||||
ENV GIN_MODE=release
|
||||
|
||||
@ -149,7 +149,7 @@ ENV PORT=8080
|
||||
ARG SIGNAL_CLI_VERSION
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends util-linux supervisor netcat \
|
||||
&& apt-get install -y --no-install-recommends setpriv supervisor netcat \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=buildcontainer /tmp/signal-cli-rest-api-src/signal-cli-rest-api /usr/bin/signal-cli-rest-api
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user