feat(docker): updating android build-tools to version 36
All checks were successful
Build and Push Image / Build and push image (push) Successful in 24m39s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 24m39s
This commit is contained in:
@ -21,6 +21,8 @@ FROM reg.cadoles.com/proxy_cache/library/alpine:3.22 as runtime
|
||||
|
||||
ARG TIMEZONE=Europe/Paris
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
RUN apk add --no-cache \
|
||||
python3 openjdk8 java-common \
|
||||
bash supervisor openssh inotify-tools gettext \
|
||||
@ -36,8 +38,8 @@ RUN mkdir -p /opt/android \
|
||||
ENV ANDROID_HOME="/opt/android"
|
||||
ENV PATH="$PATH:$ANDROID_HOME/tools/bin"
|
||||
|
||||
RUN yes | sdkmanager "build-tools;34.0.0"
|
||||
ENV PATH="$PATH:$ANDROID_HOME/build-tools/34.0.0"
|
||||
RUN yes | sdkmanager "build-tools;36.0.0"
|
||||
ENV PATH="$PATH:$ANDROID_HOME/build-tools/36.0.0"
|
||||
|
||||
COPY --from=build /fdroid /fdroid
|
||||
|
||||
|
Reference in New Issue
Block a user