Skip to content

Commit 45d9710

Browse files
authored
android: intall zip (#624)
Add zip installation to Dockerfile and bump Docker image version Updates tailscale/tailscale#15210 Signed-off-by: kari-ts <[email protected]>
1 parent 599fa15 commit 45d9710

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# with this name, it will be used.
1111
#
1212
# The convention here is tailscale-android-build-amd64-<date>
13-
DOCKER_IMAGE := tailscale-android-build-amd64-191124
13+
DOCKER_IMAGE := tailscale-android-build-amd64-031325
1414
export TS_USE_TOOLCHAIN=1
1515

1616
# Auto-select an NDK from ANDROID_HOME (choose highest version available)

docker/DockerFile.amd64-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM --platform=linux/amd64 eclipse-temurin:20-jdk
55

66
# To enable running android tools such as aapt
77
RUN apt-get update && apt-get -y upgrade
8-
RUN apt-get install -y libz1 libstdc++6 unzip
8+
RUN apt-get install -y libz1 libstdc++6 unzip zip
99
# For Go:
1010
RUN apt-get -y --no-install-recommends install curl gcc
1111
RUN apt-get -y --no-install-recommends install ca-certificates libc6-dev git

docker/DockerFile.amd64-shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM --platform=linux/amd64 eclipse-temurin:20-jdk
55

66
# To enable running android tools such as aapt
77
RUN apt-get update && apt-get -y upgrade
8-
RUN apt-get install -y libz1 libstdc++6 unzip
8+
RUN apt-get install -y libz1 libstdc++6 unzip zip
99
# For Go:
1010
RUN apt-get -y --no-install-recommends install curl gcc
1111
RUN apt-get -y --no-install-recommends install ca-certificates libc6-dev git

0 commit comments

Comments
 (0)