Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Install zip in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiuGeorgiu authored Jan 25, 2023
1 parent 59f4510 commit adb6e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PATH="${PATH}:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/cmdline-tools/bin:${
# Install the needed tools.
RUN apt update && \
# Java JDK (needed for apktool).
apt install --no-install-recommends -y openjdk-11-jdk-headless wget unzip && \
apt install --no-install-recommends -y openjdk-11-jdk-headless wget zip unzip && \
# Android SDK (needed for zipalign and apksigner).
mkdir -p "${ANDROID_HOME}" && \
wget -q "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip" -O android-sdk.zip && \
Expand Down

0 comments on commit adb6e64

Please sign in to comment.