tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
Dockerfile: add apksigner
Eli Mallon
5 months ago
c46d7773
6c3d5fb9
+2
-1
2 changed files
expand all
collapse all
unified
split
.ci
dockerfile-hash.yaml
docker
build.Dockerfile
+1
-1
.ci/dockerfile-hash.yaml
···
1
variables:
2
-
DOCKERFILE_HASH: 3c484931569ac9d0ec71b25642767ad5bd318e92
···
1
variables:
2
+
DOCKERFILE_HASH: 80a10c8d518710e6eadb3819cb28a6f57c404e64
+1
docker/build.Dockerfile
···
36
libc6:arm64 libstdc++6:arm64 \
37
cmake libssl-dev libssl-dev:arm64 \
38
ruby-rubygems postgresql sudo \
0
39
&& pip install meson tomli \
40
&& curl -L --fail https://go.dev/dl/go$GO_VERSION.linux-$TARGETARCH.tar.gz -o go.tar.gz \
41
&& tar -C /usr/local -xf go.tar.gz \
···
36
libc6:arm64 libstdc++6:arm64 \
37
cmake libssl-dev libssl-dev:arm64 \
38
ruby-rubygems postgresql sudo \
39
+
apksigner \
40
&& pip install meson tomli \
41
&& curl -L --fail https://go.dev/dl/go$GO_VERSION.linux-$TARGETARCH.tar.gz -o go.tar.gz \
42
&& tar -C /usr/local -xf go.tar.gz \