android: intall zip

Add zip installation to Dockerfile and bump Docker image version

Updates tailscale/tailscale#15210
Signed-off-by: kari-ts <kari@tailscale.com>
pull/624/head
kari-ts 9 months ago
parent 99712c14da
commit 2f2f6463c0

@ -10,7 +10,7 @@
# with this name, it will be used.
#
# The convention here is tailscale-android-build-amd64-<date>
DOCKER_IMAGE := tailscale-android-build-amd64-191124
DOCKER_IMAGE := tailscale-android-build-amd64-031325
export TS_USE_TOOLCHAIN=1
# Auto-select an NDK from ANDROID_HOME (choose highest version available)

@ -5,7 +5,7 @@ FROM --platform=linux/amd64 eclipse-temurin:20-jdk
# To enable running android tools such as aapt
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y libz1 libstdc++6 unzip
RUN apt-get install -y libz1 libstdc++6 unzip zip
# For Go:
RUN apt-get -y --no-install-recommends install curl gcc
RUN apt-get -y --no-install-recommends install ca-certificates libc6-dev git

@ -5,7 +5,7 @@ FROM --platform=linux/amd64 eclipse-temurin:20-jdk
# To enable running android tools such as aapt
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y libz1 libstdc++6 unzip
RUN apt-get install -y libz1 libstdc++6 unzip zip
# For Go:
RUN apt-get -y --no-install-recommends install curl gcc
RUN apt-get -y --no-install-recommends install ca-certificates libc6-dev git

Loading…
Cancel
Save