File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
# with this name, it will be used.
11
11
#
12
12
# 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
14
14
export TS_USE_TOOLCHAIN =1
15
15
16
16
# Auto-select an NDK from ANDROID_HOME (choose highest version available)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM --platform=linux/amd64 eclipse-temurin:20-jdk
5
5
6
6
# To enable running android tools such as aapt
7
7
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
9
9
# For Go:
10
10
RUN apt-get -y --no-install-recommends install curl gcc
11
11
RUN apt-get -y --no-install-recommends install ca-certificates libc6-dev git
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM --platform=linux/amd64 eclipse-temurin:20-jdk
5
5
6
6
# To enable running android tools such as aapt
7
7
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
9
9
# For Go:
10
10
RUN apt-get -y --no-install-recommends install curl gcc
11
11
RUN apt-get -y --no-install-recommends install ca-certificates libc6-dev git
You can’t perform that action at this time.
0 commit comments