Skip to content
Snippets Groups Projects
Commit c46c2104 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

remove bundletool

parent 7a8a4bdb
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,7 @@ RUN apt update \
&& mkdir -p $TMP_DEPENDENCIES_DIR \
&& wget "https://dl.google.com/android/repository/commandlinetools-linux-${CMDLINETOOLS_VERSION}_latest.zip" -O $CMDLINETOOLS_ZIP \
&& unzip -q $CMDLINETOOLS_ZIP -d $TMP_DIR \
&& mv $TMP_DIR/cmdline-tools/* $CMDLINETOOLS_DIR \
&& mkdir -p ${APP_DIR} \
&& wget "https://github.com/google/bundletool/releases/download/${BUNDLETOOL_VERSION}/bundletool-all-${BUNDLETOOL_VERSION}.jar" -O ${BUNDLETOOL_FILE}
&& mv $TMP_DIR/cmdline-tools/* $CMDLINETOOLS_DIR
FROM andrijoos/flutter:3.24.0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment